diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2017-11-03 00:47:41 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 03:27:54 -0500 |
commit | 88b64bb1aaaa1054144acbfa529a3bc3b8004600 (patch) | |
tree | 1d8b8e28db2520a37b94e0655ff085de49561b9c | |
parent | 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff) |
arm64: dts: ls1088a: Added dcfg node in ls1088a dtsi
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi index bd80e9a2e67c..da643a3c9026 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | |||
@@ -191,6 +191,12 @@ | |||
191 | clocks = <&sysclk>; | 191 | clocks = <&sysclk>; |
192 | }; | 192 | }; |
193 | 193 | ||
194 | dcfg: dcfg@1e00000 { | ||
195 | compatible = "fsl,ls1088a-dcfg", "syscon"; | ||
196 | reg = <0x0 0x1e00000 0x0 0x10000>; | ||
197 | little-endian; | ||
198 | }; | ||
199 | |||
194 | tmu: tmu@1f80000 { | 200 | tmu: tmu@1f80000 { |
195 | compatible = "fsl,qoriq-tmu"; | 201 | compatible = "fsl,qoriq-tmu"; |
196 | reg = <0x0 0x1f80000 0x0 0x10000>; | 202 | reg = <0x0 0x1f80000 0x0 0x10000>; |