Skip to content

Commit bcba76c

Browse files
committed
FROMLIST: arm64: dts: qcom: lemans-evk: Rename hd3ss3220_ instance for primary port controller
Rename the hd3ss3220_ instance to improve clarity and simplify usage when adding a secondary port controller. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260122092852.887624-4-swati.agarwal@oss.qualcomm.com Signed-off-by: Swati Agarwal <swati.agarwal@oss.qualcomm.com>
1 parent f300a4c commit bcba76c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/qcom/lemans-evk.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
reg = <1>;
6363

6464
usb0_con_ss_ep: endpoint {
65-
remote-endpoint = <&hd3ss3220_in_ep>;
65+
remote-endpoint = <&hd3ss3220_0_in_ep>;
6666
};
6767
};
6868
};
@@ -545,15 +545,15 @@
545545
port@0 {
546546
reg = <0>;
547547

548-
hd3ss3220_in_ep: endpoint {
548+
hd3ss3220_0_in_ep: endpoint {
549549
remote-endpoint = <&usb0_con_ss_ep>;
550550
};
551551
};
552552

553553
port@1 {
554554
reg = <1>;
555555

556-
hd3ss3220_out_ep: endpoint {
556+
hd3ss3220_0_out_ep: endpoint {
557557
remote-endpoint = <&usb_0_dwc3_ss>;
558558
};
559559
};
@@ -948,7 +948,7 @@
948948
};
949949

950950
&usb_0_dwc3_ss {
951-
remote-endpoint = <&hd3ss3220_out_ep>;
951+
remote-endpoint = <&hd3ss3220_0_out_ep>;
952952
};
953953

954954
&usb_0_hsphy {

0 commit comments

Comments
 (0)