projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdaa922
)
arm64: dts: qcom: sm8550-mtp: Add eUSB2 repeater node
author
Abel Vesa
<abel.vesa@linaro.org>
Wed, 8 Feb 2023 19:02:00 +0000
(21:02 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 15 Mar 2023 02:30:46 +0000
(19:30 -0700)
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: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230208190200.2966723-8-abel.vesa@linaro.org
arch/arm64/boot/dts/qcom/sm8550-mtp.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
b/arch/arm64/boot/dts/qcom/sm8550-mtp.dts
index 44eab9308ff240e0a051f3a0559bb8f4f70199d1..9d4ddb883a702953d48ef8f973caf9c649ee44a2 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8550-mtp.dts
+++ b/
arch/arm64/boot/dts/qcom/sm8550-mtp.dts
@@
-457,6
+457,11
@@
};
};
+&pm8550b_eusb2_repeater {
+ vdd18-supply = <&vreg_l15b_1p8>;
+ vdd3-supply = <&vreg_l5b_3p1>;
+};
+
&qupv3_id_0 {
status = "okay";
};
@@
-563,6
+568,8
@@
vdd-supply = <&vreg_l1e_0p88>;
vdda12-supply = <&vreg_l3e_1p2>;
+ phys = <&pm8550b_eusb2_repeater>;
+
status = "okay";
};