From 6df5e4503b869232663d6ea2c457e7813b681c4d Mon Sep 17 00:00:00 2001 From: Uttkarsh Aggarwal Date: Fri, 22 Nov 2024 11:46:02 +0530 Subject: [PATCH] ARM: dts: msm: Add eUSB2 repeater nodes for tuna Add the eUSB2 repeater node and references for PMIH010x and PMIV010x. Note: ATP, QRD and CDP. Change-Id: Id47a3d7243a00be3bf5d186cc5eb8a9b2e6f677d Signed-off-by: Uttkarsh Aggarwal --- qcom/tuna-pmih010x.dtsi | 10 ++++++++++ qcom/tuna-pmiv0108.dtsi | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/qcom/tuna-pmih010x.dtsi b/qcom/tuna-pmih010x.dtsi index 2834f616..e90b1c6e 100644 --- a/qcom/tuna-pmih010x.dtsi +++ b/qcom/tuna-pmih010x.dtsi @@ -198,3 +198,13 @@ }; }; }; + +&pmih010x_eusb2_repeater { + vdd18-supply = <&L7B>; + vdd3-supply = <&L17B>; +}; + +&eusb2_phy0 { + dummy-supply = <&pmih010x_eusb2_repeater>; + usb-repeater = <&pmih010x_eusb2_repeater>; +}; diff --git a/qcom/tuna-pmiv0108.dtsi b/qcom/tuna-pmiv0108.dtsi index 95be68f8..fdb246ad 100644 --- a/qcom/tuna-pmiv0108.dtsi +++ b/qcom/tuna-pmiv0108.dtsi @@ -184,3 +184,13 @@ }; }; }; + +&pmiv010x_eusb2_repeater { + vdd18-supply = <&L7B>; + vdd3-supply = <&L17B>; +}; + +&eusb2_phy0 { + dummy-supply = <&pmiv010x_eusb2_repeater>; + usb-repeater = <&pmiv010x_eusb2_repeater>; +};