Commit 152d5823 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai
Browse files

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 28ff811f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -231,3 +231,7 @@
&rtc {
	compatible = "allwinner,sun8i-h3-rtc";
};

&sid {
	compatible = "allwinner,sun8i-h3-sid";
};
+5 −0
Original line number Diff line number Diff line
@@ -227,6 +227,11 @@
			#size-cells = <0>;
		};

		sid: eeprom@1c14000 {
			/* compatible is in per SoC .dtsi file */
			reg = <0x1c14000 0x400>;
		};

		usb_otg: usb@1c19000 {
			compatible = "allwinner,sun8i-h3-musb";
			reg = <0x01c19000 0x400>;
+4 −0
Original line number Diff line number Diff line
@@ -209,3 +209,7 @@
&rtc {
	compatible = "allwinner,sun50i-h5-rtc";
};

&sid {
	compatible = "allwinner,sun50i-h5-sid";
};