mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
28ff811f58
commit
152d58234e
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue