[PATCH v6 3/3] ARM: sunxi: h3/h5: enable SID on Allwinner H3/H5 SoC
From: Icenowy Zheng
Date: Thu Mar 30 2017 - 04:36:22 EST
From: Icenowy Zheng <icenowy@xxxxxxxx>
As we have already made sunxi_sid driver support the SID controller on
H3/H5, enable it.
Signed-off-by: Icenowy Zheng <icenowy@xxxxxxxx>
---
Changes in v6:
- Rebased on current linux-next.
- Change H3 in commit message to H3/H5.
arch/arm/boot/dts/sunxi-h3-h5.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
index 6640ebfa6419..30b25e4fc342 100644
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
@@ -144,6 +144,11 @@
#size-cells = <0>;
};
+ sid: eeprom@01c14000 {
+ compatible = "allwinner,sun8i-h3-sid";
+ reg = <0x01c14000 0x400>;
+ };
+
usb_otg: usb@01c19000 {
compatible = "allwinner,sun8i-h3-musb";
reg = <0x01c19000 0x400>;
--
2.12.0