arm64: dts: freescale: sl28: enable LPUART1
authorMichael Walle <michael@walle.cc>
Tue, 5 May 2020 15:00:37 +0000 (17:00 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 01:12:45 +0000 (09:12 +0800)
Now that the LPUART has support for the LS1028A SoC, also enable it on
our board.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts

index 1648a04ea79f3125adcd22840d76e13ca2cf1a7c..852dad8d70abef176286b3b5868fe0b8dcc8ed6e 100644 (file)
@@ -17,6 +17,7 @@
                crypto = &crypto;
                serial0 = &duart0;
                serial1 = &duart1;
+               serial2 = &lpuart1;
                spi0 = &fspi;
                spi1 = &dspi2;
        };
                pagesize = <32>;
        };
 };
+
+&lpuart1 {
+       status = "okay";
+};