diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-03-27 21:35:32 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-06-26 12:12:23 -0400 |
commit | 003882180340a2808151d320dedd853f4cff5e4b (patch) | |
tree | 24dd5c001ad731120a6bb2e8024d41fe67152137 /arch/arm | |
parent | a208ffd251d08ed7ba6bdf3ae1e423373fb12d3d (diff) |
arm/versatile: Add the uart as the stdout device.
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/versatile-ab.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts index e01e5a081def..88e94c5506a1 100644 --- a/arch/arm/boot/dts/versatile-ab.dts +++ b/arch/arm/boot/dts/versatile-ab.dts | |||
@@ -15,6 +15,10 @@ | |||
15 | i2c0 = &i2c0; | 15 | i2c0 = &i2c0; |
16 | }; | 16 | }; |
17 | 17 | ||
18 | chosen { | ||
19 | stdout-path = &uart0; | ||
20 | }; | ||
21 | |||
18 | memory { | 22 | memory { |
19 | reg = <0x0 0x08000000>; | 23 | reg = <0x0 0x08000000>; |
20 | }; | 24 | }; |