[PATCH 3/4] ARM: dts: sun8i: h3: Add SID compatible string

From: Emmanuel Vadot
Date: Mon Jul 23 2018 - 06:43:38 EST


The SID controller on H3 is one of it's kind (at least from what we
know).
Add a compatible string for it in the SoC dtsi.

Signed-off-by: Emmanuel Vadot <manu@xxxxxxxxxxx>
---
arch/arm/boot/dts/sun8i-h3.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index 41d57c76f290..f543aa1dc829 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -185,3 +185,7 @@
&pio {
compatible = "allwinner,sun8i-h3-pinctrl";
};
+
+&sid {
+ compatible = "allwinner,sun8i-h3-sid";
+};
--
2.17.0