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

ARM: dts: sunxi: h3/h5: Add device node for SID

The device tree binding already lists compatible strings for these two
SoCs. Add a device node for them.

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>

+13
+4
arch/arm/boot/dts/sun8i-h3.dtsi
··· 231 231 &rtc { 232 232 compatible = "allwinner,sun8i-h3-rtc"; 233 233 }; 234 + 235 + &sid { 236 + compatible = "allwinner,sun8i-h3-sid"; 237 + };
+5
arch/arm/boot/dts/sunxi-h3-h5.dtsi
··· 227 227 #size-cells = <0>; 228 228 }; 229 229 230 + sid: eeprom@1c14000 { 231 + /* compatible is in per SoC .dtsi file */ 232 + reg = <0x1c14000 0x400>; 233 + }; 234 + 230 235 usb_otg: usb@1c19000 { 231 236 compatible = "allwinner,sun8i-h3-musb"; 232 237 reg = <0x01c19000 0x400>;
+4
arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
··· 209 209 &rtc { 210 210 compatible = "allwinner,sun50i-h5-rtc"; 211 211 }; 212 + 213 + &sid { 214 + compatible = "allwinner,sun50i-h5-sid"; 215 + };