summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stih410-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/stih410-b2120.dts
parentb16b77a5c1fdfbb135352b5cb6a5c77af2605535 (diff)
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/stih410-b2120.dts')
-rw-r--r--arch/arm/boot/dts/stih410-b2120.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih410-b2120.dts b/arch/arm/boot/dts/stih410-b2120.dts
index 972c17ad8313..2f61a9960dee 100644
--- a/arch/arm/boot/dts/stih410-b2120.dts
+++ b/arch/arm/boot/dts/stih410-b2120.dts
@@ -14,7 +14,7 @@
compatible = "st,stih410-b2120", "st,stih410";
chosen {
- bootargs = "console=ttyAS0,115200";
+ bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
};