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: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240512-typec-fix-sm8250-v4-3-ad153c747a97@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
17944fd55b
commit
db67e95835
@ -1356,8 +1356,8 @@
|
||||
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 @@
|
||||
|
||||
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 @@
|
||||
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 @@
|
||||
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 @@
|
||||
phy-names = "usb2-phy", "usb3-phy";
|
||||
|
||||
port {
|
||||
usb_1_role_switch_out: endpoint {};
|
||||
usb_1_dwc3_hs_out: endpoint {};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user