Skip to content

Commit

Permalink
arch: arm: sidekiqz2: adjust min rx/tx frequencies for filters
Browse files Browse the repository at this point in the history
TX LO frequency runs from 46.8 Mhz, so adjust it so that filters adjust.

Similarly RX LO goes from 70Mhz; 50 Mhz would enable the filter, but update
this, so that it's a correct example/reference.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
  • Loading branch information
commodo committed Jun 11, 2018
1 parent 8375ccf commit 11bd0f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/zynq-sidekiqz2-revb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
adi,gpio-settings = <1 0 0 0 0 0 0 0 0 0 0 0 0 0>;
};

adi_rx_band_setting_0 { /* 50 - 435 Mhz ; i.e. 50 <= freq < ( 435 Mhz + 1 Hz ) */
adi,lo-freq-min = /bits/ 64 <50000000>;
adi_rx_band_setting_0 { /* 70 - 435 Mhz ; i.e. 70 <= freq < ( 435 Mhz + 1 Hz ) */
adi,lo-freq-min = /bits/ 64 <70000000>;
adi,lo-freq-max = /bits/ 64 <435000001>;

adi,band-ctl-pre = <&sidekiq_rx_pre 0>;
Expand Down Expand Up @@ -239,8 +239,8 @@
&sidekiq_lna_med 0>;
};

adi_tx_band_setting_0 { /* 50 - 3000 Mhz (including 3000 Mhz */
adi,lo-freq-min = /bits/ 64 <50000000>;
adi_tx_band_setting_0 { /* 46.8 - 3000 Mhz (including 3000 Mhz */
adi,lo-freq-min = /bits/ 64 <46875001>;
adi,lo-freq-max = /bits/ 64 <3000000001>;

adi,gpio-settings = <0 _ _ _ _ _ _ _ _ _ _ _ 1 0>; /* TX Band 0 */
Expand Down

0 comments on commit 11bd0f5

Please sign in to comment.