summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorZhang Ying-22455 <ying.zhang22455@nxp.com>2017-09-19 06:24:38 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-09-28 08:03:42 (GMT)
commite4db8b1eaba5dcf7c46fd831ca95a0f7d9f94754 (patch)
tree038edc5d784c61a4105c636684c5f97d1b1d67d9 /arch/arm64/boot/dts
parent0b449f280e4f610464529c913f093e215aa0ae9c (diff)
downloadlinux-e4db8b1eaba5dcf7c46fd831ca95a0f7d9f94754.tar.xz
arm64: dts: ls208xa: 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/arm64/boot/dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
index f694cac..dbc3a3d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
@@ -888,9 +888,11 @@
};
ftm0: ftm0@2800000 {
- compatible = "fsl,ftm-alarm";
- reg = <0x0 0x2800000 0x0 0x10000>;
+ compatible = "fsl,ls208xa-ftm";
+ reg = <0x0 0x2800000 0x0 0x10000>,
+ <0x0 0x1e34050 0x0 0x4>;
interrupts = <0 44 4>;
+ reg-names = "ftm", "FlexTimer1";
};
};