Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: realtek: rtd16xx: 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>

+9
+9
arch/arm64/boot/dts/realtek/rtd16xx.dtsi
··· 137 137 #size-cells = <1>; 138 138 ranges = <0x0 0x98000000 0x200000>; 139 139 140 + crt: syscon@0 { 141 + compatible = "syscon", "simple-mfd"; 142 + reg = <0x0 0x1000>; 143 + reg-io-width = <4>; 144 + #address-cells = <1>; 145 + #size-cells = <1>; 146 + ranges = <0x0 0x0 0x1000>; 147 + }; 148 + 140 149 iso: syscon@7000 { 141 150 compatible = "syscon", "simple-mfd"; 142 151 reg = <0x7000 0x1000>;