-
Notifications
You must be signed in to change notification settings - Fork 845
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio:ad9361 print out the SPI CLK during probe
This will only work for those SPI controllers which populate their effective_speed_hz during the clock setting, but for those that do, this will print out the SPI clock (in MHz) so it is easier to understand what's going on in the system. will see things like: ad9361 : AD936x Rev 2 successfully initialized (SPI @ 5.20 MHz) or ad9361 : AD936x Rev 2 successfully initialized (SPI @ 41.66 MHz) or (with older SPI controller drivers) ad9361 : AD936x Rev 2 successfully initialized tested on PlutoSDR Signed-off-by: Robin Getz <[email protected]>
- Loading branch information
1 parent
0b18c37
commit c0c1250
Showing
1 changed file
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters