From: yangbo lu Date: Wed, 9 Nov 2016 03:14:06 +0000 (+0800) Subject: ARM64: dts: ls2080a: add device configuration node X-Git-Tag: v4.14-rc1~1898^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7a802c02c291ae6c7394dcae00dd30914c0d94b;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Scott Wood Acked-by: Arnd Bergmann Signed-off-by: Ulf Hansson --- diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi index 7f0dc13..d058e56 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi @@ -216,6 +216,12 @@ clocks = <&sysclk>; }; + dcfg: dcfg@1e00000 { + compatible = "fsl,ls2080a-dcfg", "syscon"; + reg = <0x0 0x1e00000 0x0 0x10000>; + little-endian; + }; + serial0: serial@21c0500 { compatible = "fsl,ns16550", "ns16550a"; reg = <0x0 0x21c0500 0x0 0x100>;