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

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
......@@ -231,3 +231,7 @@ &pio {
&rtc {
compatible = "allwinner,sun8i-h3-rtc";
};
&sid {
compatible = "allwinner,sun8i-h3-sid";
};
......@@ -227,6 +227,11 @@ mmc2: mmc@1c11000 {
#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>;
......
......@@ -209,3 +209,7 @@ &pio {
&rtc {
compatible = "allwinner,sun50i-h5-rtc";
};
&sid {
compatible = "allwinner,sun50i-h5-sid";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment