ARM: at91/dt: at91rm9200ek: use stdout-path
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 3 Jun 2015 12:24:06 +0000 (14:24 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 4 Jun 2015 08:00:38 +0000 (10:00 +0200)
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>
arch/arm/boot/dts/at91rm9200ek.dts

index 2a5d21247d7ea38a40440e75c009e6f92ee252f2..8dab4b75ca97cfed9beae29bf49224dc71a06bb9 100644 (file)
        model = "Atmel AT91RM9200 evaluation kit";
        compatible = "atmel,at91rm9200ek", "atmel,at91rm9200";
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        memory {
                reg = <0x20000000 0x4000000>;
        };