diff mbox series

arm64: dts: freescale: sl28: enable LPUART1

Message ID 20200505150037.32573-1-michael@walle.cc (mailing list archive)
State Mainlined
Commit a0a44420e5441ae980b7c941d027b01b8cb37218
Headers show
Series arm64: dts: freescale: sl28: enable LPUART1 | expand

Commit Message

Michael Walle May 5, 2020, 3 p.m. UTC
Now that the LPUART has support for the LS1028A SoC, also enable it on
our board.

Signed-off-by: Michael Walle <michael@walle.cc>
---

Hi Shawn,

After adding/fixing the LPUART support for the LS1028A I've forgot to send
this patch to actually enable the LPUART on our boards. It would be great
if this could make it into the fixes queue for the -rc. If not its also ok.

Thanks,
-michael

 arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Shawn Guo May 20, 2020, 1:14 a.m. UTC | #1
On Tue, May 05, 2020 at 05:00:37PM +0200, Michael Walle wrote:
> Now that the LPUART has support for the LS1028A SoC, also enable it on
> our board.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> 
> Hi Shawn,
> 
> After adding/fixing the LPUART support for the LS1028A I've forgot to send
> this patch to actually enable the LPUART on our boards. It would be great
> if this could make it into the fixes queue for the -rc. If not its also ok.

We only take critical bug fixes at this point.  Applied it for -next.

Shawn
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
index 5eac8a6ab46f..360b3a168c10 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
@@ -17,6 +17,7 @@ 
 		crypto = &crypto;
 		serial0 = &duart0;
 		serial1 = &duart1;
+		serial2 = &lpuart1;
 		spi0 = &fspi;
 		spi1 = &dspi2;
 	};
@@ -189,3 +190,7 @@ 
 		pagesize = <32>;
 	};
 };
+
+&lpuart1 {
+	status = "okay";
+};