[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170330081019.59979-3-icenowy@aosc.io>
Date: Thu, 30 Mar 2017 16:10:19 +0800
From: Icenowy Zheng <icenowy@...c.io>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Maxime Ripard <maxime.ripard@...e-electrons.com>,
Chen-Yu Tsai <wens@...e.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Icenowy Zheng <icenowy@...c.xyz>
Subject: [PATCH v6 3/3] ARM: sunxi: h3/h5: enable SID on Allwinner H3/H5 SoC
From: Icenowy Zheng <icenowy@...c.xyz>
As we have already made sunxi_sid driver support the SID controller on
H3/H5, enable it.
Signed-off-by: Icenowy Zheng <icenowy@...c.xyz>
---
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@...14000 {
+ compatible = "allwinner,sun8i-h3-sid";
+ reg = <0x01c14000 0x400>;
+ };
+
usb_otg: usb@...19000 {
compatible = "allwinner,sun8i-h3-musb";
reg = <0x01c19000 0x400>;
--
2.12.0
Powered by blists - more mailing lists