[PATCH 6/6] arm64: dts: qcom: sm6115: declare VLS CLAMP register for USB3 PHY
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Mon Jan 15 17:08:32 PST 2024
The USB3 PHY on the SM6115 platform doesn't have built-in
PCS_MISC_CLAMP_ENABLE register. Instead clamping is handled separately
via the register in the TCSR space. Declare corresponding register.
Fixes: 9dd5f6dba729 ("arm64: dts: qcom: sm6115: Add USB SS qmp phy node")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
---
arch/arm64/boot/dts/qcom/sm6115.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
index 160e098f1075..8cee943fb24e 100644
--- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
@@ -614,6 +614,11 @@ tcsr_mutex: hwlock at 340000 {
#hwlock-cells = <1>;
};
+ tcsr_regs_1: syscon at 360000 {
+ compatible = "qcom,sm6115-tcsr", "syscon";
+ reg = <0x0 0x00360000 0x0 0x20000>;
+ };
+
tlmm: pinctrl at 500000 {
compatible = "qcom,sm6115-tlmm";
reg = <0x0 0x00500000 0x0 0x400000>,
@@ -879,6 +884,8 @@ usb_qmpphy: phy at 1615000 {
#phy-cells = <0>;
+ qcom,tcsr-reg = <&tcsr_regs_1 0x6b244>;
+
status = "disabled";
};
--
2.39.2
More information about the linux-phy
mailing list