arm64: dts: rockchip: rk3588-nvr: update hdmi phy clk

hdmi phy clk move to hdmi phy devices at the following commit, so update
the clock at display_subsystem.

commit: 23301555f50b ("arm64: dts: rockchip: rk3588: move hdmi phy clk
to hdmiphy")

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I4e14e6436d3ac2ae19941038ac7259361c66a4bb
This commit is contained in:
Sandy Huang
2023-12-22 17:02:41 +08:00
committed by Tao Huang
parent 99744db3e3
commit 80601d55ba

View File

@@ -130,7 +130,7 @@
};
&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};
@@ -149,14 +149,6 @@
status = "okay";
};
&hdptxphy_hdmi_clk0 {
status = "okay";
};
&hdptxphy_hdmi_clk1 {
status = "okay";
};
&iep {
status = "okay";
};