OSDN Git Service

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 403bf1b..b3dd6ca 100644 (file)
@@ -15,7 +15,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyAS0,115200";
+               bootargs = "console=ttyAS0,115200 clk_ignore_unused";
                linux,stdout-path = &serial2;
        };
 
index 838513f..d8a8429 100644 (file)
@@ -14,7 +14,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyAS0,115200";
+               bootargs = "console=ttyAS0,115200 clk_ignore_unused";
                linux,stdout-path = &sbc_serial1;
        };