From: Patrice Chotard Date: Thu, 8 Sep 2016 07:36:19 +0000 (+0200) Subject: ARM: dts: STiH410-b2260: add clk_ignore_unused in bootargs X-Git-Tag: v4.9-rc1~76^2~7^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=bbfd09d95466833f58ee487fd67be0ce7276be93;p=linux.git 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: Peter Griffin Signed-off-by: Patrice Chotard --- diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index d5d8d08a504c..ef2ff2f518f6 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -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; };