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: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
Gabriel FERNANDEZ 2014-05-20 15:22:00 +02:00 committed by Maxime Coquelin
parent 20e40edc3e
commit 63a557ae85
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ memory{
};
chosen {
bootargs = "console=ttyAS0,115200";
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &serial2;
};

View file

@ -14,7 +14,7 @@ memory{
};
chosen {
bootargs = "console=ttyAS0,115200";
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial1;
};