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 <neil.armstrong@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230208190200.2966723-7-abel.vesa@linaro.org
This commit is contained in:
Neil Armstrong 2023-02-08 21:01:59 +02:00 committed by Bjorn Andersson
parent 32734bbd18
commit fdaa922585

View File

@ -55,5 +55,11 @@ pm8550b_gpios: gpio@8800 {
interrupt-controller;
#interrupt-cells = <2>;
};
pm8550b_eusb2_repeater: phy@fd00 {
compatible = "qcom,pm8550b-eusb2-repeater";
reg = <0xfd00>;
#phy-cells = <0>;
};
};
};