arm64: dts: rockchip: rk3588-nvr: support dynamic switch dclk

It need enable the hdmi phy pll clock function node when the hdmi
phy pll want be used.

For support dynamic switch dclk with hdmi phy pll, the hdmi phy pll
need config in display subsystem node.

Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
Change-Id: I740b6154b37c1e5d9491fafd33c0b6c0c9ffd149
This commit is contained in:
Zhang Yubing
2022-05-27 11:28:48 +08:00
committed by Tao Huang
parent ca98cd18e8
commit 42b3b26f75

View File

@@ -115,6 +115,11 @@
mem-supply = <&vdd_cpu_big1_mem_s0>;
};
&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};
&gpu_opp_table {
/delete-node/ opp-198000000;
/delete-node/ opp-297000000;
@@ -130,6 +135,14 @@
status = "okay";
};
&hdptxphy_hdmi_clk0 {
status = "okay";
};
&hdptxphy_hdmi_clk1 {
status = "okay";
};
&iep {
status = "okay";
};