diff options
| author | 2019-11-23 23:14:05 +0100 | |
|---|---|---|
| committer | 2020-04-12 23:59:23 +0200 | |
| commit | aff13f7cc8697ca95ca111845e07be5245659726 (patch) | |
| tree | 11e88bd07b42ab53c990fed9482499cef3dae31c /arch | |
| parent | arm64: dts: realtek: rtd16xx: Introduce iso and misc syscon (diff) | |
ARM: dts: rtd1195: Add CRT syscon node
Prepare a CRT syscon mfd node.
Acked-by: James Tai <james.tai@realtek.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/rtd1195.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rtd1195.dtsi b/arch/arm/boot/dts/rtd1195.dtsi index a74f530dc439..ac37366ff7c4 100644 --- a/arch/arm/boot/dts/rtd1195.dtsi +++ b/arch/arm/boot/dts/rtd1195.dtsi @@ -100,6 +100,15 @@ #size-cells = <1>; ranges = <0x0 0x18000000 0x70000>; + crt: syscon@0 { + compatible = "syscon", "simple-mfd"; + reg = <0x0 0x1000>; + reg-io-width = <4>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0x0 0x0 0x1000>; + }; + iso: syscon@7000 { compatible = "syscon", "simple-mfd"; reg = <0x7000 0x1000>; |
