aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-11-07 10:47:10 +0000
committerPeter Griffin <peter.griffin@linaro.org>2014-11-07 11:09:39 +0000
commit02b71acdfb67163c5d5a0ae5cf05e297518fd673 (patch)
tree510e74995ca87361a556182c190e28dfa022e0f1
parent1b1d38787ff3878cb3eaab12b02ddff0bff442d7 (diff)
ARM: STi: DT: STih407: Add clk_ignore_unused to kernel bootargsusb-dt-for-3-19
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>
-rw-r--r--arch/arm/boot/dts/stihxxx-b2120.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi
index 862bb2fb89e6..7280b6db9d4b 100644
--- a/arch/arm/boot/dts/stihxxx-b2120.dtsi
+++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi
@@ -8,7 +8,7 @@
*/
/ {
chosen {
- bootargs = "console=ttyAS0,115200";
+ bootargs = "console=ttyAS0,115200 clk_ignore_unused";
linux,stdout-path = &sbc_serial0;
};