mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -130,7 +130,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&display_subsystem {
|
&display_subsystem {
|
||||||
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
|
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi0>;
|
||||||
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
|
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -149,14 +149,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdptxphy_hdmi_clk0 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&hdptxphy_hdmi_clk1 {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&iep {
|
&iep {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user