diff options
author | Adam Ford <aford173@gmail.com> | 2016-01-21 12:03:20 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-25 13:52:35 -0500 |
commit | 0ea24daae053a9ba65d2f3eb20523002c1a8af38 (patch) | |
tree | 312d7f93336f92c9b486a06f9423ecddc6264466 | |
parent | 7e3b1207705c10ada363bbc7d0235730ce1f5b79 (diff) |
ARM: dts: Fix wl12xx missing clocks that cause hangs
The tcxo-clock-frequency binding is listed as optional,
but without it the wl12xx used on the torpedo + wireless
may hang. Scanning also appears broken without this patch.
Signed-off-by: Adam Ford <aford173@gmail.com>
Fixes: 687c27676151 ("ARM: dts: Add minimal support for LogicPD
Torpedo DM3730 devkit")
Cc: stable@vger.kernel.org # v4.2+
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi index 7fed0bd4f3de..93f50d6777c8 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi | |||
@@ -143,6 +143,7 @@ | |||
143 | interrupt-parent = <&gpio5>; | 143 | interrupt-parent = <&gpio5>; |
144 | interrupts = <24 IRQ_TYPE_LEVEL_HIGH>; /* gpio 152 */ | 144 | interrupts = <24 IRQ_TYPE_LEVEL_HIGH>; /* gpio 152 */ |
145 | ref-clock-frequency = <26000000>; | 145 | ref-clock-frequency = <26000000>; |
146 | tcxo-clock-frequency = <26000000>; | ||
146 | }; | 147 | }; |
147 | }; | 148 | }; |
148 | 149 | ||