diff options
author | Tobias Schramm <t.schramm@manjaro.org> | 2021-05-14 15:44:03 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-05-18 17:18:02 +0200 |
commit | 8575276c1fe3c003c4a31b1c4ec6d47ea50843d0 (patch) | |
tree | 3d9a9dd0c6e050aed59b4a840787e4672101f9e8 | |
parent | 78e8db071b684f4b3975653fd31ffabc8c204501 (diff) |
ARM: dts: sun8i: V3: add codec analog frontend to V3 dts
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
-rw-r--r-- | arch/arm/boot/dts/sun8i-v3.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-v3.dtsi b/arch/arm/boot/dts/sun8i-v3.dtsi index c279e13583ba..8af790d286b9 100644 --- a/arch/arm/boot/dts/sun8i-v3.dtsi +++ b/arch/arm/boot/dts/sun8i-v3.dtsi @@ -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; |