forked from analogdevicesinc/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio: adc: ad9361: Export pl_intf_clk reflecing interface PL clock rate
This commit adds a new clock to the clock tree that reflects the actual receive clock rate. For 1RX1TX configurations this simply mirrors the sample clock, while for 2RX2TX configs the receive clock is twice as fast as the sample clock, because two channels are served using the same data width. Signed-off-by: David Winter <[email protected]>
- Loading branch information
1 parent
8f4838f
commit f640915
Showing
2 changed files
with
19 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ enum ad9361_clocks { | |
TX_RFPLL_DUMMY, | ||
RX_RFPLL, | ||
TX_RFPLL, | ||
PL_INTF_CLK, | ||
NUM_AD9361_CLKS, | ||
}; | ||
|
||
|