From b9bc6af5a6f42ed176c64119e05d71726a547835 Mon Sep 17 00:00:00 2001 From: Uttkarsh Aggarwal Date: Thu, 21 Nov 2024 17:45:53 +0530 Subject: [PATCH] ARM: dts: msm: Add eUSB2 repeater nodes for Tuna MTP Add the eUSB2 repeater node and references for PM7550BA. Note: PM7550BA will be part of MTP platform. Change-Id: I6fff82d33434306106ae6ce390f322c7a478e680 Signed-off-by: Uttkarsh Aggarwal --- qcom/tuna-pm7550ba.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/qcom/tuna-pm7550ba.dtsi b/qcom/tuna-pm7550ba.dtsi index 344d2862..341597f4 100644 --- a/qcom/tuna-pm7550ba.dtsi +++ b/qcom/tuna-pm7550ba.dtsi @@ -259,3 +259,14 @@ }; }; }; + +&pm7550ba_eusb2_repeater { + vdd18-supply = <&L7B>; + vdd3-supply = <&L17B>; + status = "ok"; +}; + +&eusb2_phy0 { + dummy-supply = <&pm7550ba_eusb2_repeater>; + usb-repeater = <&pm7550ba_eusb2_repeater>; +};