diff options
author | Andreas Färber <afaerber@suse.de> | 2019-11-25 09:45:43 +0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2020-04-13 00:59:30 +0300 |
commit | e624119013bf4f10df233d2534c91eab9642911d (patch) | |
tree | e869ee8ee691976ba00e722ec3e1e47419d3d6ce /arch/arm64/boot/dts/realtek | |
parent | dd473726dc799a1a62d687fb2a6aa5c55815f061 (diff) | |
download | linux-e624119013bf4f10df233d2534c91eab9642911d.tar.xz |
arm64: dts: realtek: rtd16xx: Add SB2 and SCPU Wrapper syscon nodes
Add syscon mfd nodes for SB2 and SCPU Wrapper to RTD16xx DT.
Acked-by: James Tai <james.tai@realtek.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm64/boot/dts/realtek')
-rw-r--r-- | arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi index 7b13496ba3ca..afba5f04c8ec 100644 --- a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi +++ b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi @@ -155,6 +155,15 @@ ranges = <0x0 0x7000 0x1000>; }; + sb2: syscon@1a000 { + compatible = "syscon", "simple-mfd"; + reg = <0x1a000 0x1000>; + reg-io-width = <4>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0x0 0x1a000 0x1000>; + }; + misc: syscon@1b000 { compatible = "syscon", "simple-mfd"; reg = <0x1b000 0x1000>; @@ -163,6 +172,15 @@ #size-cells = <1>; ranges = <0x0 0x1b000 0x1000>; }; + + scpu_wrapper: syscon@1d000 { + compatible = "syscon", "simple-mfd"; + reg = <0x1d000 0x1000>; + reg-io-width = <4>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0x0 0x1d000 0x1000>; + }; }; gic: interrupt-controller@ff100000 { |