diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-09-08 03:36:19 -0400 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-08 03:38:23 -0400 |
commit | bbfd09d95466833f58ee487fd67be0ce7276be93 (patch) | |
tree | 32cf7cebf1d2c0dfb5ed7a5ab3b5c4051d6b4b87 /arch/arm/boot | |
parent | 5a3dbab2040a6934a5f8fc2e072948a198f414db (diff) |
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 <peter.griffin@linaro.org>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
15 | compatible = "st,stih410-b2260", "st,stih410"; | 15 | compatible = "st,stih410-b2260", "st,stih410"; |
16 | 16 | ||
17 | chosen { | 17 | chosen { |
18 | bootargs = "console=ttyAS1,115200"; | 18 | bootargs = "console=ttyAS1,115200 clk_ignore_unused"; |
19 | linux,stdout-path = &uart1; | 19 | linux,stdout-path = &uart1; |
20 | }; | 20 | }; |
21 | 21 | ||