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

Commit bbfd09d9 authored by Patrice Chotard's avatar Patrice Chotard
Browse files

ARM: dts: STiH410-b2260: add clk_ignore_unused in bootargs



This allows to make the board boot even if clock handling
by all drivers is not properly done.

Reported-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 5a3dbab2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
	compatible = "st,stih410-b2260", "st,stih410";

	chosen {
		bootargs = "console=ttyAS1,115200";
		bootargs = "console=ttyAS1,115200 clk_ignore_unused";
		linux,stdout-path = &uart1;
	};