]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: meson: u200: fix spdif output pin
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 11 Sep 2023 15:45:37 +0000 (17:45 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 11 Sep 2023 15:53:05 +0000 (17:53 +0200)
u200 outputs spdif on GPIOAO_10, not GPIOH_4 which is used for the LCD
panel.

Fixes: cfae4eadb7cd ("arm64: dts: meson: add audio playback to u200")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20230911154541.471484-2-jbrunet@baylibre.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts

index 2878e3ad7de2240c3429176d6823de00d321486e..8fa17a62534c5582f1ffc0edc7581aad2d5d7404 100644 (file)
 };
 
 &spdifout {
-       pinctrl-0 = <&spdif_out_h_pins>;
+       pinctrl-0 = <&spdif_ao_out_pins>;
        pinctrl-names = "default";
        status = "okay";
 };