diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-03 14:24:06 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-04 10:00:38 +0200 |
commit | 927ccfe3299685e451fb69fea4b17dd75f3ea1f3 (patch) | |
tree | e69c4cd0d05bed9d38ab2318c03e875ee1e8aa3a | |
parent | ARM: at91/dt: kizbox: use stdout-path (diff) | |
download | linux-927ccfe3299685e451fb69fea4b17dd75f3ea1f3.tar.xz linux-927ccfe3299685e451fb69fea4b17dd75f3ea1f3.zip |
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>
-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>; }; |