diff options
author | Samuel Holland <samuel@sholland.org> | 2020-07-26 04:25:57 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-09-17 19:37:32 +0300 |
commit | db9c6ad2e88603f5c58d53894ffefcabd55ce3d2 (patch) | |
tree | bfe91255399285256252375e3faed5e53e989c51 | |
parent | 631e6a353060981675cc15d71417e3379fb414e2 (diff) | |
download | linux-db9c6ad2e88603f5c58d53894ffefcabd55ce3d2.tar.xz |
arm64: dts: allwinner: a64: Update the audio codec compatible
The audio codec in the A64 has some differences from the A33 codec, so
it needs its own compatible. Since the two codecs are similar, the A33
codec compatible is kept as a fallback.
Using the correct compatible fixes a channel inversion issue and cleans
up some DAPM widgets that are no longer used.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200726012557.38282-8-samuel@sholland.org
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index 88758af18369..dc238814013c 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -861,7 +861,8 @@ codec: codec@1c22e00 { #sound-dai-cells = <0>; - compatible = "allwinner,sun8i-a33-codec"; + compatible = "allwinner,sun50i-a64-codec", + "allwinner,sun8i-a33-codec"; reg = <0x01c22e00 0x600>; interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; clocks = <&ccu CLK_BUS_CODEC>, <&ccu CLK_AC_DIG>; |