Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: STi: DT: STih407: STih410: Add clk_ignore_unused to kernel bootargs

At the moment we don't take a reference on some core interconnect
clocks which means when CCF turns off unused clocks the SoC will
hang. As a temp soltuion we will boot with clk_ignore_unused
parameter for all b2120 boards.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

authored by

Peter Griffin and committed by
Maxime Coquelin
f6b1e68a b16b77a5

+2 -2
+1 -1
arch/arm/boot/dts/stih407-b2120.dts
··· 15 15 compatible = "st,stih407-b2120", "st,stih407"; 16 16 17 17 chosen { 18 - bootargs = "console=ttyAS0,115200"; 18 + bootargs = "console=ttyAS0,115200 clk_ignore_unused"; 19 19 linux,stdout-path = &sbc_serial0; 20 20 }; 21 21
+1 -1
arch/arm/boot/dts/stih410-b2120.dts
··· 14 14 compatible = "st,stih410-b2120", "st,stih410"; 15 15 16 16 chosen { 17 - bootargs = "console=ttyAS0,115200"; 17 + bootargs = "console=ttyAS0,115200 clk_ignore_unused"; 18 18 linux,stdout-path = &sbc_serial0; 19 19 }; 20 20