summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorZhang Ying-22455 <ying.zhang22455@nxp.com>2017-09-19 03:27:32 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-09-28 08:02:53 (GMT)
commitd2ea49f3b3e1cf66a6e9eb37c04e5125f21f2861 (patch)
tree52031225d48b0e173e174391c3869794307224ba /arch
parent1e65b659831680691ffcfca687f568367122873e (diff)
downloadlinux-d2ea49f3b3e1cf66a6e9eb37c04e5125f21f2861.tar.xz
arm64: dts: ls1088a: Add the identify of the platform to support to set rcpm bit
Add the identify of the platform to support set the rcpm with big-endian or little-endian. Signed-off-by: Zhang Ying-22455 <ying.zhang22455@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
index 14585ab..fd5f1e8 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
@@ -510,9 +510,11 @@
};
ftm0: ftm0@2800000 {
- compatible = "fsl,ftm-alarm";
- reg = <0x0 0x2800000 0x0 0x10000>;
+ compatible = "fsl,ls1088a-ftm";
+ reg = <0x0 0x2800000 0x0 0x10000>,
+ <0x0 0x1e34050 0x0 0x4>;
interrupts = <0 44 4>;
+ reg-names = "ftm", "FlexTimer1";
};
i2c0: i2c@2000000 {