Commit 0ea24daa authored by Adam Ford's avatar Adam Ford Committed by Tony Lindgren

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: default avatarAdam Ford <aford173@gmail.com>
Fixes: 687c2767 ("ARM: dts: Add minimal support for LogicPD
Torpedo DM3730 devkit")
Cc: stable@vger.kernel.org # v4.2+
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7e3b1207
......@@ -143,6 +143,7 @@ wlcore: wlcore@2 {
interrupt-parent = <&gpio5>;
interrupts = <24 IRQ_TYPE_LEVEL_HIGH>; /* gpio 152 */
ref-clock-frequency = <26000000>;
tcxo-clock-frequency = <26000000>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment