Commit db67e958 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: describe HS signals properly

The OF graph should describe physical signals. There is no 'role switch'
signal between Type-C connector and the DWC3 USB controller. Rename
endpoints to mention USB HS signal instead (this follows the example
lead by other plaforms, including QRB2210 RB1, QRB4210 RB2 and all PMIC
GLINK platforms).
Reviewed-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240512-typec-fix-sm8250-v4-3-ad153c747a97@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 17944fd5
......@@ -1356,8 +1356,8 @@ &usb_1_dwc3 {
usb-role-switch;
};
&usb_1_role_switch_out {
remote-endpoint = <&pm8150b_role_switch_in>;
&usb_1_dwc3_hs_out {
remote-endpoint = <&pm8150b_hs_in>;
};
&usb_1_hsphy {
......@@ -1464,8 +1464,8 @@ ports {
port@0 {
reg = <0>;
pm8150b_role_switch_in: endpoint {
remote-endpoint = <&usb_1_role_switch_out>;
pm8150b_hs_in: endpoint {
remote-endpoint = <&usb_1_dwc3_hs_out>;
};
};
......
......@@ -659,8 +659,8 @@ ports {
port@0 {
reg = <0>;
pm8150b_role_switch_in: endpoint {
remote-endpoint = <&usb_1_role_switch_out>;
pm8150b_hs_in: endpoint {
remote-endpoint = <&usb_1_dwc3_hs_out>;
};
};
};
......@@ -725,8 +725,8 @@ &usb_1_hsphy {
status = "okay";
};
&usb_1_role_switch_out {
remote-endpoint = <&pm8150b_role_switch_in>;
&usb_1_dwc3_hs_out {
remote-endpoint = <&pm8150b_hs_in>;
};
&ufs_mem_hc {
......
......@@ -4230,7 +4230,7 @@ usb_1_dwc3: usb@a600000 {
phy-names = "usb2-phy", "usb3-phy";
port {
usb_1_role_switch_out: endpoint {};
usb_1_dwc3_hs_out: endpoint {};
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment