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:
parent
20e40edc3e
commit
63a557ae85
|
@ -15,7 +15,7 @@ memory{
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyAS0,115200";
|
||||
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
|
||||
linux,stdout-path = &serial2;
|
||||
};
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ memory{
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyAS0,115200";
|
||||
bootargs = "console=ttyAS0,115200 clk_ignore_unused";
|
||||
linux,stdout-path = &sbc_serial1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue