diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-11-17 17:48:00 +0100 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-11-18 12:54:56 +0100 |
commit | f6b1e68a29ca5471d0f89dce019040e5b021470f (patch) | |
tree | abd89de65fd9f45dec2ddd9afa4eb203757ad3fa /arch/arm/boot/dts/stih407-b2120.dts | |
parent | b16b77a5c1fdfbb135352b5cb6a5c77af2605535 (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/stih407-b2120.dts')
-rw-r--r-- | arch/arm/boot/dts/stih407-b2120.dts | 2 |
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; }; |