projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a208ffd
)
arm/versatile: Add the uart as the stdout device.
author
Grant Likely
<grant.likely@linaro.org>
Fri, 28 Mar 2014 01:35:32 +0000
(18:35 -0700)
committer
Grant Likely
<grant.likely@linaro.org>
Thu, 26 Jun 2014 16:12:23 +0000
(17:12 +0100)
Add a stdout-path property to the Versatile devicetree so that automatic
console selection works without needing a console= line on the kernel
command line.
Signed-off-by: Grant Likely <grant.likely@linaro.org>
arch/arm/boot/dts/versatile-ab.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/versatile-ab.dts
b/arch/arm/boot/dts/versatile-ab.dts
index e01e5a081def6fd6d47619461ae7da851ed4af29..88e94c5506a1dbdd76c79f3746f4b68a5fca8ab8 100644
(file)
--- a/
arch/arm/boot/dts/versatile-ab.dts
+++ b/
arch/arm/boot/dts/versatile-ab.dts
@@
-15,6
+15,10
@@
i2c0 = &i2c0;
};
+ chosen {
+ stdout-path = &uart0;
+ };
+
memory {
reg = <0x0 0x08000000>;
};