Skip to content

Commit 2b99e61

Browse files
Johan Jonkermmind
authored andcommitted
arm64: dts: rockchip: fix pd_tcpc0 and pd_tcpc1 node position on rk3399
The pd_tcpc0 and pd_tcpc1 nodes are currently a sub node of pd_vio. In the rk3399 TRM figure of the 'Power Domain Partition' and in the table of 'Power Domain and Voltage Domain Summary' these power domains are positioned directly under VD_LOGIC, so fix that in 'rk3399.dtsi'. Signed-off-by: Johan Jonker <[email protected]> Reviewed-by: Caesar Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent fb0ab17 commit 2b99e61

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,16 @@
10561056
clocks = <&cru HCLK_SDIO>;
10571057
pm_qos = <&qos_sdioaudio>;
10581058
};
1059+
pd_tcpc0@RK3399_PD_TCPD0 {
1060+
reg = <RK3399_PD_TCPD0>;
1061+
clocks = <&cru SCLK_UPHY0_TCPDCORE>,
1062+
<&cru SCLK_UPHY0_TCPDPHY_REF>;
1063+
};
1064+
pd_tcpc1@RK3399_PD_TCPD1 {
1065+
reg = <RK3399_PD_TCPD1>;
1066+
clocks = <&cru SCLK_UPHY1_TCPDCORE>,
1067+
<&cru SCLK_UPHY1_TCPDPHY_REF>;
1068+
};
10591069
pd_usb3@RK3399_PD_USB3 {
10601070
reg = <RK3399_PD_USB3>;
10611071
clocks = <&cru ACLK_USB3>;
@@ -1088,16 +1098,6 @@
10881098
pm_qos = <&qos_isp1_m0>,
10891099
<&qos_isp1_m1>;
10901100
};
1091-
pd_tcpc0@RK3399_PD_TCPD0 {
1092-
reg = <RK3399_PD_TCPD0>;
1093-
clocks = <&cru SCLK_UPHY0_TCPDCORE>,
1094-
<&cru SCLK_UPHY0_TCPDPHY_REF>;
1095-
};
1096-
pd_tcpc1@RK3399_PD_TCPD1 {
1097-
reg = <RK3399_PD_TCPD1>;
1098-
clocks = <&cru SCLK_UPHY1_TCPDCORE>,
1099-
<&cru SCLK_UPHY1_TCPDPHY_REF>;
1100-
};
11011101
pd_vo@RK3399_PD_VO {
11021102
reg = <RK3399_PD_VO>;
11031103
#address-cells = <1>;

0 commit comments

Comments
 (0)