Skip to content

Commit

Permalink
arm64: dts: rockchip: rk3588: replace hdptxphy_hdmi_clk{0,1} to hdptx…
Browse files Browse the repository at this point in the history
…phy_hdmi{0,1}
  • Loading branch information
efectn authored and amazingfate committed Sep 1, 2024
1 parent 1b4ed98 commit a882560
Show file tree
Hide file tree
Showing 22 changed files with 43 additions and 43 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3588-blueberry.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};

Expand All @@ -152,11 +152,11 @@
status = "okay";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi_clk1 {
&hdptxphy_hdmi1 {
status = "okay";
};

Expand Down
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j.dts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};

Expand Down Expand Up @@ -603,11 +603,11 @@
status = "okay";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi_clk1 {
&hdptxphy_hdmi1 {
status = "okay";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3588-fxblox-rk1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
route {
route_dp0: route-dp0 {
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588-mixtile-core3588e.dts
Original file line number Diff line number Diff line change
Expand Up @@ -562,15 +562,15 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@


&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};

6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};

Expand Down Expand Up @@ -485,11 +485,11 @@
status = "okay";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi_clk1 {
&hdptxphy_hdmi1 {
status = "okay";
};

Expand Down
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -588,15 +588,15 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi_clk1 {
&hdptxphy_hdmi1 {
status = "okay";
};

Expand Down
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clocks = <&hdptxphy_hdmi0>, <&hdptxphy_hdmi1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";

route {
Expand All @@ -657,11 +657,11 @@
};
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi_clk1 {
&hdptxphy_hdmi1 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -665,11 +665,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3588s-9tripod-linux.dts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -995,11 +995,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-lubancat-4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1503,11 +1503,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,6 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@

/* Fix tty terminal out of screen, and most dclk of resolutions was not supported in hdmiphy clock from parent clock by default */
&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5-rpi-cm4-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-e52c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-nx5-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-roc-pc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

Expand Down Expand Up @@ -383,7 +383,7 @@
status = "okay";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -542,11 +542,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,11 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk0>;
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

&hdptxphy_hdmi_clk0 {
&hdptxphy_hdmi0 {
status = "okay";
};

Expand Down

0 comments on commit a882560

Please sign in to comment.