Commit bbfd09d9 authored by Patrice Chotard's avatar Patrice Chotard

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
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment