Commit 63a557ae authored by Gabriel FERNANDEZ's avatar Gabriel FERNANDEZ Committed by Maxime Coquelin

ARM: STi: DT: STiH41x Add clk_ignore_unused to bootargs

Interconnect clocks are not yet managed at the init, then
we have to start the kernel with clk_ignore_unused.
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 20e40edc
...@@ -15,7 +15,7 @@ memory{ ...@@ -15,7 +15,7 @@ memory{
}; };
chosen { chosen {
bootargs = "console=ttyAS0,115200"; bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &serial2; linux,stdout-path = &serial2;
}; };
......
...@@ -14,7 +14,7 @@ memory{ ...@@ -14,7 +14,7 @@ memory{
}; };
chosen { chosen {
bootargs = "console=ttyAS0,115200"; bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial1; linux,stdout-path = &sbc_serial1;
}; };
......
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