projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3dbab
)
ARM: dts: STiH410-b2260: add clk_ignore_unused in bootargs
author
Patrice Chotard
<patrice.chotard@st.com>
Thu, 8 Sep 2016 07:36:19 +0000
(09:36 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Thu, 8 Sep 2016 07:38:23 +0000
(09:38 +0200)
This allows to make the board boot even if clock handling
by all drivers is not properly done.
Reported-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/boot/dts/stih410-b2260.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih410-b2260.dts
b/arch/arm/boot/dts/stih410-b2260.dts
index
d5d8d08
..
ef2ff2f
100644
(file)
--- a/
arch/arm/boot/dts/stih410-b2260.dts
+++ b/
arch/arm/boot/dts/stih410-b2260.dts
@@
-15,7
+15,7
@@
compatible = "st,stih410-b2260", "st,stih410";
chosen {
- bootargs = "console=ttyAS1,115200";
+ bootargs = "console=ttyAS1,115200
clk_ignore_unused
";
linux,stdout-path = &uart1;
};