ARM: dts: STiH410-b2260: add clk_ignore_unused in bootargs
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 8 Sep 2016 07:36:19 +0000 (09:36 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 8 Sep 2016 07:38:23 +0000 (09:38 +0200)
This allows to make the board boot even if clock handling
by all drivers is not properly done.

Reported-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/boot/dts/stih410-b2260.dts

index d5d8d08..ef2ff2f 100644 (file)
@@ -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;
        };