Skip to content

Commit bd820bc

Browse files
saschahauermmind
authored andcommitted
arm64: dts: rockchip: rename HDMI ref clock to 'ref' on rk3399
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>
1 parent 30ac9b4 commit bd820bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@
19071907
<&cru SCLK_HDMI_CEC>,
19081908
<&cru PCLK_VIO_GRF>,
19091909
<&cru PLL_VPLL>;
1910-
clock-names = "iahb", "isfr", "cec", "grf", "vpll";
1910+
clock-names = "iahb", "isfr", "cec", "grf", "ref";
19111911
power-domains = <&power RK3399_PD_HDCP>;
19121912
reg-io-width = <4>;
19131913
rockchip,grf = <&grf>;

0 commit comments

Comments
 (0)