提交 f6b1e68a 编写于 作者: P Peter Griffin 提交者: Maxime Coquelin

ARM: STi: DT: STih407: STih410: Add clk_ignore_unused to kernel bootargs

At the moment we don't take a reference on some core interconnect
clocks which means when CCF turns off unused clocks the SoC will
hang. As a temp soltuion we will boot with clk_ignore_unused
parameter for all b2120 boards.
Signed-off-by: NPeter Griffin <peter.griffin@linaro.org>
Acked-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NMaxime Coquelin <maxime.coquelin@st.com>
上级 b16b77a5
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
compatible = "st,stih407-b2120", "st,stih407"; compatible = "st,stih407-b2120", "st,stih407";
chosen { chosen {
bootargs = "console=ttyAS0,115200"; bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0; linux,stdout-path = &sbc_serial0;
}; };
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
compatible = "st,stih410-b2120", "st,stih410"; compatible = "st,stih410-b2120", "st,stih410";
chosen { chosen {
bootargs = "console=ttyAS0,115200"; bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0; linux,stdout-path = &sbc_serial0;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册