Skip to content

Commit

Permalink
ayufan: dts: rockpro64: fix type-c extcon support
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jan 19, 2021
1 parent 6afa8e0 commit bf2a8ef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,22 @@
status = "okay";
};

&tcphy0_dp {
port {
tcphy0_typec_dp: endpoint {
remote-endpoint = <&usbc_dp>;
};
};
};

&tcphy0_usb3 {
port {
tcphy0_typec_ss: endpoint {
remote-endpoint = <&usbc_ss>;
};
};
};

&tcphy1 {
status = "okay";
};
Expand All @@ -815,6 +831,12 @@
phy-supply = <&vcc5v0_host>;
status = "okay";
};

port {
u2phy0_typec_hs: endpoint {
remote-endpoint = <&usbc_hs>;
};
};
};

&u2phy1 {
Expand Down

0 comments on commit bf2a8ef

Please sign in to comment.