diff options
author | Samuel Holland <samuel@sholland.org> | 2020-07-26 03:25:55 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-09-17 18:37:31 +0200 |
commit | 44967e8182e6265158d769f56993870aa08e800d (patch) | |
tree | d521e1e6bb33f644bbf8d9eacf97ef5ca28ead9b /arch/arm/boot/dts/sun8i-a33.dtsi | |
parent | ARM: dts: sun8i: r40: Add video engine node (diff) | |
download | linux-44967e8182e6265158d769f56993870aa08e800d.tar.xz linux-44967e8182e6265158d769f56993870aa08e800d.zip |
ARM: dts: sun8i: a33: Update codec widget names
The sun8i-codec driver introduced a new set of DAPM widgets that more
accurately describe the hardware topology. Update the various device
trees to use the new widget names.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20200726012557.38282-6-samuel@sholland.org
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi index cfd3858afb3e..c458f5fb124f 100644 --- a/arch/arm/boot/dts/sun8i-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a33.dtsi @@ -189,8 +189,8 @@ simple-audio-card,mclk-fs = <128>; simple-audio-card,aux-devs = <&codec_analog>; simple-audio-card,routing = - "Left DAC", "AIF1 Slot 0 Left", - "Right DAC", "AIF1 Slot 0 Right"; + "Left DAC", "DACL", + "Right DAC", "DACR"; status = "disabled"; simple-audio-card,cpu { |