]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: STi: DT: STiH41x Add clk_ignore_unused to bootargs
authorGabriel FERNANDEZ <gabriel.fernandez@st.com>
Tue, 20 May 2014 13:22:00 +0000 (15:22 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Wed, 21 May 2014 12:27:14 +0000 (14:27 +0200)
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>
arch/arm/boot/dts/stih41x-b2000.dtsi
arch/arm/boot/dts/stih41x-b2020.dtsi

index 403bf1baf8ec599708d1cbbf1e2f58abb28e7726..b3dd6ca5c2ae0bff23f33fd3fbc0e3d8c11c6c28 100644 (file)
@@ -15,7 +15,7 @@ memory{
        };
 
        chosen {
-               bootargs = "console=ttyAS0,115200";
+               bootargs = "console=ttyAS0,115200 clk_ignore_unused";
                linux,stdout-path = &serial2;
        };
 
index 838513f9ddc0f7bd6d526c73e46a68408a47d15b..d8a84295c328bf778d35ad064c55a63f21ed96c4 100644 (file)
@@ -14,7 +14,7 @@ memory{
        };
 
        chosen {
-               bootargs = "console=ttyAS0,115200";
+               bootargs = "console=ttyAS0,115200 clk_ignore_unused";
                linux,stdout-path = &sbc_serial1;
        };