summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangbo lu <yangbo.lu@nxp.com>2016-11-09 03:14:06 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-07-14 09:57:21 (GMT)
commit08bc02dd28270f435fa02bdce4df0cb3816943d0 (patch)
tree1446e717c363095e0c8d742685a7bcdb2cd4eb45
parentbf129622184ef9472ddb81c7d90e90b6668f4413 (diff)
downloadlinux-08bc02dd28270f435fa02bdce4df0cb3816943d0.tar.xz
ARM64: dts: ls2080a: add device configuration node
Add the dts node for device configuration unit that provides general purpose configuration and status for the device. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Acked-by: Scott Wood <oss@buserror.net> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
index aa5a0fb..e5935f2 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
@@ -222,6 +222,12 @@
clocks = <&sysclk>;
};
+ dcfg: dcfg@1e00000 {
+ compatible = "fsl,ls2080a-dcfg", "syscon";
+ reg = <0x0 0x1e00000 0x0 0x10000>;
+ little-endian;
+ };
+
tmu: tmu@1f80000 {
compatible = "fsl,qoriq-tmu";
reg = <0x0 0x1f80000 0x0 0x10000>;