diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2016-09-08 10:36:19 +0300 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-08 10:38:23 +0300 |
commit | bbfd09d95466833f58ee487fd67be0ce7276be93 (patch) | |
tree | 32cf7cebf1d2c0dfb5ed7a5ab3b5c4051d6b4b87 /arch/arm/boot/dts/stih410-b2260.dts | |
parent | 5a3dbab2040a6934a5f8fc2e072948a198f414db (diff) | |
download | linux-bbfd09d95466833f58ee487fd67be0ce7276be93.tar.xz |
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/dts/stih410-b2260.dts')
-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 @@ compatible = "st,stih410-b2260", "st,stih410"; chosen { - bootargs = "console=ttyAS1,115200"; + bootargs = "console=ttyAS1,115200 clk_ignore_unused"; linux,stdout-path = &uart1; }; |