ARM: dts: imx7d-zii-rpu2: Fix incorrrect 'stdout-path'
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Fri, 14 Jun 2019 07:43:47 +0000 (00:43 -0700)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Jun 2019 08:05:37 +0000 (16:05 +0800)
RPU2 uses UART2 as a serial console and UART1 is not used at all. Fix
incorrrectly specified 'stdout-path' to reflect that.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-zii-rpu2.dts

index 3e467a94e8a6fe448c339a036aa4c30698935c19..6b8b2fc307d87924e941e961b77d77bd4acfc191 100644 (file)
@@ -16,7 +16,7 @@
        compatible = "zii,imx7d-rpu2", "fsl,imx7d";
 
        chosen {
-               stdout-path = &uart1;
+               stdout-path = &uart2;
        };
 
        cs2000_ref: oscillator {