diff mbox series

[v2,3/3] arm64: dts: freescale: sl28: add CAN node

Message ID 20201001091131.30514-4-michael@walle.cc (mailing list archive)
State New, archived
Headers show
Series arm64: dts: add FlexCAN support to LS1028A and sl28 | expand

Commit Message

Michael Walle Oct. 1, 2020, 9:11 a.m. UTC
The module supports one CAN controller. Enable it.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Shawn Guo Oct. 28, 2020, 9:06 a.m. UTC | #1
On Thu, Oct 01, 2020 at 11:11:31AM +0200, Michael Walle wrote:
> The module supports one CAN controller. Enable it.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

Applied, thanks.
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 f46eb47cfa4d..17a2f5dacc3f 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
@@ -60,6 +60,10 @@ 
 	};
 };
 
+&can0 {
+	status = "okay";
+};
+
 &dspi2 {
 	status = "okay";
 };