diff options
author | Neil Armstrong <[email protected]> | 2023-02-08 21:01:59 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-14 19:30:46 -0700 |
commit | fdaa922585f4474c88fbfaa129f8114f38200660 (patch) | |
tree | 8e7f82fbe2914c0d49b90835e5a03e597ec5dc0b | |
parent | 32734bbd1802efbd60ea4f0c3c1d5500bd0b20fe (diff) |
arm64: dts: qcom: pm8550b: Add eUSB2 repeater node
Add nodes for the eUSB2 repeater found on the pm8550b SPMI PMIC.
Signed-off-by: Neil Armstrong <[email protected]>
Signed-off-by: Abel Vesa <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm8550b.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm8550b.dtsi b/arch/arm64/boot/dts/qcom/pm8550b.dtsi index 16bcfb64d735..72609f31c890 100644 --- a/arch/arm64/boot/dts/qcom/pm8550b.dtsi +++ b/arch/arm64/boot/dts/qcom/pm8550b.dtsi @@ -55,5 +55,11 @@ interrupt-controller; #interrupt-cells = <2>; }; + + pm8550b_eusb2_repeater: phy@fd00 { + compatible = "qcom,pm8550b-eusb2-repeater"; + reg = <0xfd00>; + #phy-cells = <0>; + }; }; }; |