diff options
author | 2024-06-06 10:48:13 +0200 | |
---|---|---|
committer | 2024-06-07 11:17:12 +0200 | |
commit | 4b7df533684032233f65ea1157ec94215ab3f3da (patch) | |
tree | 843b1a97a540b2fafc3f63e0b2404e5cd955ab3e | |
parent | arm64: dts: amlogic: sm1: fix tdm controllers compatible (diff) | |
download | wireguard-linux-4b7df533684032233f65ea1157ec94215ab3f3da.tar.xz wireguard-linux-4b7df533684032233f65ea1157ec94215ab3f3da.zip |
arm64: dts: amlogic: g12a-u200: drop invalid sound-dai-cells
This fixes the following:
audio-amplifier-0: '#sound-dai-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
Tested-by: Christian Hewitt <christianshewitt@gmail.com>
Link: https://lore.kernel.org/r/20240606-topic-amlogic-upstream-bindings-fixes-dts-v1-6-62e812729541@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts index 3da7922d83f1..f1a071e13dee 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts +++ b/arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts @@ -24,7 +24,6 @@ compatible = "simple-audio-amplifier"; enable-gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>; VCC-supply = <&vcc_5v>; - #sound-dai-cells = <0>; sound-name-prefix = "10U2"; }; |