diff mbox series

[v2,10/10] arm64: dts: lx2162a-qds: enable CAN nodes

Message ID 20211203235446.8266-11-leoyang.li@nxp.com (mailing list archive)
State New, archived
Headers show
Series lx216x DTS updates | expand

Commit Message

Leo Li Dec. 3, 2021, 11:54 p.m. UTC
From: Kuldeep Singh <kuldeep.singh@nxp.com>

Enable CAN support for LX2162A-QDS in board dts.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Kuldeep Singh Dec. 6, 2021, 5:58 a.m. UTC | #1
Hi Leo,

> -----Original Message-----
> From: Li Yang <leoyang.li@nxp.com>
> Sent: Saturday, December 4, 2021 5:25 AM
> To: Shawn Guo <shawnguo@kernel.org>; linux-arm-kernel@lists.infradead.org;
> linux-kernel@vger.kernel.org
> Cc: Kuldeep Singh <kuldeep.singh@nxp.com>; Leo Li <leoyang.li@nxp.com>
> Subject: [PATCH v2 10/10] arm64: dts: lx2162a-qds: enable CAN nodes
> 
> From: Kuldeep Singh <kuldeep.singh@nxp.com>
> 
> Enable CAN support for LX2162A-QDS in board dts.

This patch was sent to mailing list before and has been applied by Shawn. Please see[1].

Regards
Kuldeep
[1] https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/commit/?h=for-next&id=4172986a64dae744abe625075533ce38f6670019
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts
index a657835794e2..a1644ceed154 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts
@@ -167,6 +167,14 @@  mdio@7 { /* Slot #8 (secondary EMI) */
 	};
 };
 
+&can0 {
+	status = "okay";
+};
+
+&can1 {
+	status = "okay";
+};
+
 &crypto {
 	status = "okay";
 };