diff options
author | Neil Armstrong <[email protected]> | 2023-03-21 14:21:46 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-21 19:36:00 -0700 |
commit | 75b81e5a49f897ef1a2f95182216850a53664aa3 (patch) | |
tree | 6ded064330982d5e4d886f0c6dfda5a093f8bd4e | |
parent | 27ad7815cb70cbfdcbee4368f41033e83731479f (diff) |
arm64: dts: qcom: sm8350: add port subnodes in dwc3 node
Add ports subnodes in dwc3 node to avoid repeating the
same description in each board DT.
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/20230130-topic-sm8450-upstream-pmic-glink-v5-6-552f3b721f9e@linaro.org
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8350.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index 2f27b9da96af..77c2fdeaab4e 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -2272,6 +2272,25 @@ snps,dis_enblslpm_quirk; phys = <&usb_1_hsphy>, <&usb_1_ssphy>; phy-names = "usb2-phy", "usb3-phy"; + + ports { + #address-cells = <1>; + #size-cells = <0>; + + port@0 { + reg = <0>; + + usb_1_dwc3_hs: endpoint { + }; + }; + + port@1 { + reg = <1>; + + usb_1_dwc3_ss: endpoint { + }; + }; + }; }; }; |