]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: ls1088a: Added dcfg node in ls1088a dtsi
authorAshish Kumar <Ashish.Kumar@nxp.com>
Fri, 3 Nov 2017 04:47:41 +0000 (10:17 +0530)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:27:54 +0000 (16:27 +0800)
Add debug configuration node(DCFG) in dtsi, helps guts driver to
print the following information in kernel boot log

[    0.526649] Machine: LS1088A RDB Board
[    0.530430] SoC family: QorIQ LS1088A
[    0.534115] SoC ID: svr:0x87030010, Revision: 1.0

Signed-off-by: Amrita Kumari <amrita.kumari@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi

index bd80e9a2e67c33fbe8cb15d5b4f3f89f55d75405..da643a3c9026a4ed2a1c19f0f13bbd3d492937df 100644 (file)
@@ -191,6 +191,12 @@ clockgen: clocking@1300000 {
                        clocks = <&sysclk>;
                };
 
+               dcfg: dcfg@1e00000 {
+                       compatible = "fsl,ls1088a-dcfg", "syscon";
+                       reg = <0x0 0x1e00000 0x0 0x10000>;
+                       little-endian;
+               };
+
                tmu: tmu@1f80000 {
                        compatible = "fsl,qoriq-tmu";
                        reg = <0x0 0x1f80000 0x0 0x10000>;