mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 00:23:01 +02:00
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:
parent
ca98cd18e8
commit
42b3b26f75
|
|
@ -115,6 +115,11 @@ &cpu_b2 {
|
|||
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 @@ &gpu {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&hdptxphy_hdmi_clk0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hdptxphy_hdmi_clk1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&iep {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user