mirror of https://gitee.com/openkylin/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 <peter.griffin@linaro.org> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
5a3dbab204
commit
bbfd09d954
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue