arm64: dts: amlogic: g12a-u200: add missing AVDD-supply to acodec
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 6 Jun 2024 08:48:14 +0000 (10:48 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 7 Jun 2024 09:17:12 +0000 (11:17 +0200)
This fixes the following:
audio-controller@32000: 'AVDD-supply' is a required property

Tested-by: Christian Hewitt <christianshewitt@gmail.com>
Link: https://lore.kernel.org/r/20240606-topic-amlogic-upstream-bindings-fixes-dts-v1-7-62e812729541@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts

index f1a071e13dee77beba566b550b76e1d79c73360a..0e239939ade6ccb86b933f2e7ee3d20f70252213 100644 (file)
 };
 
 &acodec {
+       AVDD-supply = <&vddao_1v8>;
        status = "okay";
 };