Commit 749078e3 authored by Abel Vesa's avatar Abel Vesa Committed by Bjorn Andersson

arm64: dts: qcom: sm8550-mtp: Add eUSB2 repeater node

Add the PMIC eUSB2 repeater node and add the usb-repeater
property to the eUSB2 PHY to allow it to be controlled by the
PHY driver.
Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230208190200.2966723-8-abel.vesa@linaro.org
parent fdaa9225
...@@ -457,6 +457,11 @@ sdc2_card_det_n: sdc2-card-det-state { ...@@ -457,6 +457,11 @@ sdc2_card_det_n: sdc2-card-det-state {
}; };
}; };
&pm8550b_eusb2_repeater {
vdd18-supply = <&vreg_l15b_1p8>;
vdd3-supply = <&vreg_l5b_3p1>;
};
&qupv3_id_0 { &qupv3_id_0 {
status = "okay"; status = "okay";
}; };
...@@ -563,6 +568,8 @@ &usb_1_hsphy { ...@@ -563,6 +568,8 @@ &usb_1_hsphy {
vdd-supply = <&vreg_l1e_0p88>; vdd-supply = <&vreg_l1e_0p88>;
vdda12-supply = <&vreg_l3e_1p2>; vdda12-supply = <&vreg_l3e_1p2>;
phys = <&pm8550b_eusb2_repeater>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment