arm64: dts: meson: u200: add missing audio clock controller

The audio subsystem will not work if the audio clock controller is not
enabled.

Fixes: cfae4eadb7 ("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>
This commit is contained in:
Jerome Brunet 2023-09-11 17:45:38 +02:00 committed by Neil Armstrong
parent 66561cb158
commit f9dc2d96e1

View File

@ -286,6 +286,10 @@ &cpu3 {
clock-latency = <50000>;
};
&clkc_audio {
status = "okay";
};
&cvbs_vdac_port {
cvbs_vdac_out: endpoint {
remote-endpoint = <&cvbs_connector_in>;