Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
	};

	chosen {
		bootargs = "console=ttyAS0,115200";
		bootargs = "console=ttyAS0,115200 clk_ignore_unused";
		linux,stdout-path = &serial2;
	};

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	};

	chosen {
		bootargs = "console=ttyAS0,115200";
		bootargs = "console=ttyAS0,115200 clk_ignore_unused";
		linux,stdout-path = &sbc_serial1;
	};