arm64: dts: qcom: sm8150-hdk: rename Type-C HS endpoints
Follow other Qualcomm platforms and rename pm8150b_role_switch_in to pm8150_hs_in. Corresponding port is described as HS port rather than role switching. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240512-typec-fix-sm8250-v4-9-ad153c747a97@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
b73ed308f9
commit
42214cbd94
@@ -555,7 +555,7 @@
|
||||
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
pm8150b_role_switch_in: endpoint {
|
||||
pm8150b_hs_in: endpoint {
|
||||
remote-endpoint = <&usb_1_dwc3_hs>;
|
||||
};
|
||||
};
|
||||
@@ -699,7 +699,7 @@
|
||||
};
|
||||
|
||||
&usb_1_dwc3_hs {
|
||||
remote-endpoint = <&pm8150b_role_switch_in>;
|
||||
remote-endpoint = <&pm8150b_hs_in>;
|
||||
};
|
||||
|
||||
&usb_2_dwc3 {
|
||||
|
||||
Reference in New Issue
Block a user