* [PATCH] arm64: dts: freescale: sl28: enable LPUART1
@ 2020-05-05 15:00 Michael Walle
2020-05-20 1:14 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Michael Walle @ 2020-05-05 15:00 UTC (permalink / raw)
To: linux-kernel, devicetree, linux-arm-kernel
Cc: Shawn Guo, Li Yang, Rob Herring, Michael Walle
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(+)
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";
+};
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: freescale: sl28: enable LPUART1
2020-05-05 15:00 [PATCH] arm64: dts: freescale: sl28: enable LPUART1 Michael Walle
@ 2020-05-20 1:14 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-05-20 1:14 UTC (permalink / raw)
To: Michael Walle
Cc: linux-kernel, devicetree, linux-arm-kernel, Li Yang, Rob Herring
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-20 1:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-05 15:00 [PATCH] arm64: dts: freescale: sl28: enable LPUART1 Michael Walle
2020-05-20 1:14 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).