Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56f84519 authored by Pratham Pratap's avatar Pratham Pratap Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add QMP PHY regulator for LITO ATP platform

QMP PHY's core-spply is connected to an external regulator
which is controlled by PMIC GPIO 12 on Lito. This change
adds support for eLDO13(external regulator).

Change-Id: Idfe8a598270a19a6e640c73c502b770beb841e86
parent 70432821
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -22,6 +22,22 @@
			linux,can-disable;
		};
	};

	vdda_usb_ss_dp_core: vdda_usb_ss_dp_core {
		compatible = "regulator-fixed";
		regulator-name = "vdd_supply";
		regulator-min-microvolt = <880000>;
		regulator-max-microvolt = <880000>;
		enable-active-high;
		gpio = <&pm8150l_gpios 12 GPIO_ACTIVE_HIGH>;
		pinctrl-names = "default";
		pinctrl-0 = <&usb_eldo13>;
	};

};

&usb_qmp_dp_phy {
	vdd-supply = <&vdda_usb_ss_dp_core>;
};

&ufsphy_mem {