ARM: dts: sun8i: V3: add codec analog frontend to V3 dts
authorTobias Schramm <t.schramm@manjaro.org>
Fri, 14 May 2021 13:44:03 +0000 (15:44 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 18 May 2021 15:18:02 +0000 (17:18 +0200)
The Allwinner V3 SoC has a different analog codec frontend than the V3s
SoC. The frontend used on the V3 SoC is compatible with the on used in
the Allwinner H3 SoC.
This patch adds the corresponding node to the Allwinner V3 dtsi.

Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210514134405.2097464-6-t.schramm@manjaro.org
arch/arm/boot/dts/sun8i-v3.dtsi

index c279e13583ba4d370e831fe018f333c8273fe359..8af790d286b9c2fb5fb46b00ba1d8e4beec06d60 100644 (file)
@@ -9,6 +9,11 @@
        compatible = "allwinner,sun8i-v3-ccu";
 };
 
+&codec_analog {
+       compatible = "allwinner,sun8i-v3-codec-analog",
+                    "allwinner,sun8i-h3-codec-analog";
+};
+
 &emac {
        /delete-property/ phy-handle;
        /delete-property/ phy-mode;