]> www.infradead.org Git - linux.git/commit
arm64: dts: amlogic: setup hdmi system clock
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 26 Jun 2024 15:27:31 +0000 (17:27 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 28 Jun 2024 08:10:42 +0000 (10:10 +0200)
commit1443b6ea806dfcdcee6c894784332c9c947ac319
treec509891b5bfe72730cad6412a5c937c37db3d094
parent0602ba0dcd0e76067a0b7543e92b2de3fb231073
arm64: dts: amlogic: setup hdmi system clock

HDMI Tx needs the system clock set on the xtal rate.
This clock is managed by the main clock controller of the related SoCs.

Currently 2 part of the display drivers race to setup the HDMI system
clock by directly poking the controller register. The clock API should
be used to setup the rate instead.

Use assigned-clock to setup the HDMI system clock.

Fixes: 6939db7e0dbf ("ARM64: dts: meson-gx: Add support for HDMI output")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20240626152733.1350376-3-jbrunet@baylibre.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi