From: Kuldeep Singh Date: Wed, 24 Nov 2021 09:02:14 +0000 (+0530) Subject: arm64: dts: lx2162a: Add CAN nodes for LX2162A-QDS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4172986a64dae744abe625075533ce38f6670019;p=linux.git arm64: dts: lx2162a: Add CAN nodes for LX2162A-QDS Enable CAN support for LX2162A-QDS in board dts. Signed-off-by: Kuldeep Singh Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts index e1defee1ad27a..67e07a8a42bd2 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 @@ }; }; +&can0 { + status = "okay"; +}; + +&can1 { + status = "okay"; +}; + &crypto { status = "okay"; };