diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2021-11-15 12:14:55 +0530 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2021-11-24 12:13:59 -0600 |
commit | f4b783f552f31fe7b692c86bb374768b0025c7f5 (patch) | |
tree | c22de0aee1b28c92d6e95a05a5afe7e1e732bd19 /arch | |
parent | 483916ae004306a5a56870c4698e83014d0c3597 (diff) |
arm64: dts: freescale: Add CAN nodes for LX2162A-QDS
Enable CAN support for LX2162A-QDS in board dts.
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ }; }; +&can0 { + status = "okay"; +}; + +&can1 { + status = "okay"; +}; + &crypto { status = "okay"; }; |