summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ls1021a-twr.dts
diff options
context:
space:
mode:
authorChenhui Zhao <chenhui.zhao@freescale.com>2015-05-07 10:11:55 (GMT)
committerZhengxiong Jin <Jason.Jin@freescale.com>2015-05-25 00:11:08 (GMT)
commit78fd893c048d4e445a67b4679efb21369f9f0036 (patch)
tree2e0dbb4b18ee0f985b296c19f4d1e5c37308e978 /arch/arm/boot/dts/ls1021a-twr.dts
parentb65882a9846fbbc9276e65b396bb0161e8b5937e (diff)
downloadlinux-fsl-qoriq-78fd893c048d4e445a67b4679efb21369f9f0036.tar.xz
arm: ls1021a: add deep sleep support on TWR-LS1021A-PB
Add deep sleep support on TWR-LS1021A-PB, which has CPLD on board instead of FPGA. Enable the ftm0 node in .dts to enable wake-on-Flextimer feature. Change-Id: I0b1234cdd80d852140964240234576705764cd89 Signed-off-by: Chenhui Zhao <chenhui.zhao@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/36250 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Dongsheng Wang <dongsheng.wang@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-twr.dts')
-rwxr-xr-xarch/arm/boot/dts/ls1021a-twr.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index b00126a..f1da2f0 100755
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -112,6 +112,10 @@
status = "okay";
};
+&ftm0 {
+ status = "okay";
+};
+
&i2c0 {
status = "okay";
};
@@ -204,6 +208,11 @@
label = "NOR JFFS2 ROOT File System Image";
};
};
+
+ cpld@2,0 {
+ compatible = "fsl,ls1021atwr-cpld";
+ reg = <0x2 0x0 0x100>;
+ };
};
&lpuart0 {