]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: meson: u200: add missing audio clock controller
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 11 Sep 2023 15:45:38 +0000 (17:45 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 11 Sep 2023 15:53:05 +0000 (17:53 +0200)
The audio subsystem will not work if the audio clock controller is not
enabled.

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-3-jbrunet@baylibre.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts

index 8fa17a62534c5582f1ffc0edc7581aad2d5d7404..2380d237d2206aa5c1f35e01ede120e6402be45d 100644 (file)
        clock-latency = <50000>;
 };
 
+&clkc_audio {
+       status = "okay";
+};
+
 &cvbs_vdac_port {
        cvbs_vdac_out: endpoint {
                remote-endpoint = <&cvbs_connector_in>;