Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@
		interrupt-parent = <&gpio5>;
		interrupts = <24 IRQ_TYPE_LEVEL_HIGH>; /* gpio 152 */
		ref-clock-frequency = <26000000>;
		tcxo-clock-frequency = <26000000>;
	};
};