arm64: dts: rockchip: rename HDMI ref clock to 'ref' on rk3399
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 22 Apr 2022 07:28:23 +0000 (09:28 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 3 May 2022 09:28:06 +0000 (11:28 +0200)
The reference clock for the HDMI controller has been renamed to 'ref',
the previous 'vpll' name is only left for compatibility in the driver.
Rename the clock to the new name.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Tested-by: Michael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220422072841.2206452-7-s.hauer@pengutronix.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399.dtsi

index 8db8b2dba12dc7b918a51cdce95b98efb360b54b..fbd0346624e69cadad2ef15854e55fc2b65289fd 100644 (file)
                         <&cru SCLK_HDMI_CEC>,
                         <&cru PCLK_VIO_GRF>,
                         <&cru PLL_VPLL>;
-               clock-names = "iahb", "isfr", "cec", "grf", "vpll";
+               clock-names = "iahb", "isfr", "cec", "grf", "ref";
                power-domains = <&power RK3399_PD_HDCP>;
                reg-io-width = <4>;
                rockchip,grf = <&grf>;