diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-03 15:24:06 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-04 11:00:38 +0300 |
commit | 927ccfe3299685e451fb69fea4b17dd75f3ea1f3 (patch) | |
tree | e69c4cd0d05bed9d38ab2318c03e875ee1e8aa3a /arch | |
parent | 7e5883b5b4a70ea3c12e2ba1c09082bc61ad0242 (diff) | |
download | linux-927ccfe3299685e451fb69fea4b17dd75f3ea1f3.tar.xz |
ARM: at91/dt: at91rm9200ek: use stdout-path
Use stdout-path to specify the console.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/at91rm9200ek.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index 2a5d21247d7e..8dab4b75ca97 100644 --- a/arch/arm/boot/dts/at91rm9200ek.dts +++ b/arch/arm/boot/dts/at91rm9200ek.dts @@ -12,6 +12,10 @@ model = "Atmel AT91RM9200 evaluation kit"; compatible = "atmel,at91rm9200ek", "atmel,at91rm9200"; + chosen { + stdout-path = "serial0:115200n8"; + }; + memory { reg = <0x20000000 0x4000000>; }; |