Skip to content

Commit b925693

Browse files
committed
ayufan: dts: rockpro64: fix type-c extcon support
1 parent 36a39d4 commit b925693

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,22 @@
819819
status = "okay";
820820
};
821821

822+
&tcphy0_dp {
823+
port {
824+
tcphy0_typec_dp: endpoint {
825+
remote-endpoint = <&usbc_dp>;
826+
};
827+
};
828+
};
829+
830+
&tcphy0_usb3 {
831+
port {
832+
tcphy0_typec_ss: endpoint {
833+
remote-endpoint = <&usbc_ss>;
834+
};
835+
};
836+
};
837+
822838
&tcphy1 {
823839
status = "okay";
824840
};
@@ -842,6 +858,12 @@
842858
phy-supply = <&vcc5v0_host>;
843859
status = "okay";
844860
};
861+
862+
port {
863+
u2phy0_typec_hs: endpoint {
864+
remote-endpoint = <&usbc_hs>;
865+
};
866+
};
845867
};
846868

847869
&u2phy1 {

0 commit comments

Comments
 (0)