aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stih407-b2120.dts
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-11-17 17:48:00 +0100
committerMaxime Coquelin <maxime.coquelin@st.com>2014-11-18 12:54:56 +0100
commitf6b1e68a29ca5471d0f89dce019040e5b021470f (patch)
treeabd89de65fd9f45dec2ddd9afa4eb203757ad3fa /arch/arm/boot/dts/stih407-b2120.dts
parentARM: STi: DT: STiH410: Add STiH410 SoC and b2120 board support. (diff)
downloadlinux-dev-f6b1e68a29ca5471d0f89dce019040e5b021470f.tar.xz
linux-dev-f6b1e68a29ca5471d0f89dce019040e5b021470f.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/stih407-b2120.dts')
-rw-r--r--arch/arm/boot/dts/stih407-b2120.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts
index a3ad52b8de1c..261d5e2c48d2 100644
--- a/arch/arm/boot/dts/stih407-b2120.dts
+++ b/arch/arm/boot/dts/stih407-b2120.dts
@@ -15,7 +15,7 @@
compatible = "st,stih407-b2120", "st,stih407";
chosen {
- bootargs = "console=ttyAS0,115200";
+ bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
};