summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ls1021a-qds.dts
diff options
context:
space:
mode:
authorBhupesh Sharma <bhupesh.sharma@freescale.com>2014-10-21 13:10:01 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:38:38 (GMT)
commit74e3e507e242fcf92b962202c37cecaaeb1f1036 (patch)
tree673f4e14b82ee276554556cd95ec58ce5caab998 /arch/arm/boot/dts/ls1021a-qds.dts
parent4966cbb525a2acfb7c2782f1994949e97b45f242 (diff)
downloadlinux-fsl-qoriq-74e3e507e242fcf92b962202c37cecaaeb1f1036.tar.xz
ls1021a/dts: Add device nodes for FlexCAN IP instances
This patch adds the device nodes for 4 FlexCAN IP instances available on LS1021A SoC in the ls1021a.dtsi file and enables only the first two instances which are supported on the QDS board in ls1021a-qds.dts file. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com> --- Previous version of this patch under review upstream: http://patchwork.ozlabs.org/patch/363588/ Will re-spin the patch with the DTS Change-Id: I592e5f8562ad173801a53433aec9a91b00ba8bb0 Reviewed-on: http://git.am.freescale.net:8181/21855 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-qds.dts')
-rw-r--r--arch/arm/boot/dts/ls1021a-qds.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts
index e24a5bc..66ffe25 100644
--- a/arch/arm/boot/dts/ls1021a-qds.dts
+++ b/arch/arm/boot/dts/ls1021a-qds.dts
@@ -339,3 +339,11 @@
reg = <1>;
};
};
+
+&can0 {
+ status = "okay";
+};
+
+&can1 {
+ status = "okay";
+};