diff options
author | Grant Likely <grant.likely@linaro.org> | 2014-08-11 15:03:08 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-08-11 15:03:08 +0200 |
commit | b775e642bf958a02210ac4d4edd1a1b7067c49fa (patch) | |
tree | a3425ead7b2738e6a05249a3c3667d1069782330 /arch/arm | |
parent | of: Fixing OF Selftest build error (diff) | |
parent | of: Migrate of_find_node_by_name() users to for_each_node_by_name() (diff) | |
download | linux-b775e642bf958a02210ac4d4edd1a1b7067c49fa.tar.xz linux-b775e642bf958a02210ac4d4edd1a1b7067c49fa.zip |
Merge branch 'devicetree/next-console' into devicetree/next
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 @@ i2c0 = &i2c0; }; + chosen { + stdout-path = &uart0; + }; + memory { reg = <0x0 0x08000000>; }; |