Skip to content

Commit 6f0a949

Browse files
saschahauergregkh
authored andcommitted
ARM: dts: rockchip: reorder rk322x hmdi clocks
[ Upstream commit be4e65b ] The binding specifies the clock order to "iahb", "isfr", "cec". Reorder the clocks accordingly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Link: https://lore.kernel.org/r/20220210142353.3420859-1-s.hauer@pengutronix.de Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6493c6a commit 6f0a949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,8 @@
640640
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
641641
assigned-clocks = <&cru SCLK_HDMI_PHY>;
642642
assigned-clock-parents = <&hdmi_phy>;
643-
clocks = <&cru SCLK_HDMI_HDCP>, <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_CEC>;
644-
clock-names = "isfr", "iahb", "cec";
643+
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;
644+
clock-names = "iahb", "isfr", "cec";
645645
pinctrl-names = "default";
646646
pinctrl-0 = <&hdmii2c_xfer &hdmi_hpd &hdmi_cec>;
647647
resets = <&cru SRST_HDMI_P>;

0 commit comments

Comments
 (0)