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

Commit ab8567fc authored by Pratham Pratap's avatar Pratham Pratap
Browse files

ARM: dts: msm: Update QMP phy regulators

This change update regulators for QMP phy as per
power grid.

Change-Id: I75938b7b409844753dc0e6a916bc82c02a1143a6
parent 6ebe247d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@
		};
	};

	qmp_dp_phy_core_supply: qmp_dp_phy_core_supply {
	vdda_usb_ss_dp_core: vdda_usb_ss_dp_core {
		compatible = "regulator-fixed";
		regulator-name = "core_supply";
		regulator-min-microvolt = <1200000>;
		regulator-max-microvolt = <1200000>;
		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";
@@ -37,11 +37,11 @@
};

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

&sde_dp {
	vdda-0p9-supply = <&qmp_dp_phy_core_supply>;
	vdda-0p9-supply = <&vdda_usb_ss_dp_core>;
};

&pm7250b_vadc {
+6 −6
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@
		};
	};

	qmp_dp_phy_core_supply: qmp_dp_phy_core_supply {
	vdda_usb_ss_dp_core: vdda_usb_ss_dp_core {
		compatible = "regulator-fixed";
		regulator-name = "core_supply";
		regulator-min-microvolt = <1200000>;
		regulator-max-microvolt = <1200000>;
		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";
@@ -42,11 +42,11 @@
};

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

&sde_dp {
	vdda-0p9-supply = <&qmp_dp_phy_core_supply>;
	vdda-0p9-supply = <&vdda_usb_ss_dp_core>;
};

&ufsphy_mem {
+14 −0
Original line number Diff line number Diff line
@@ -28,6 +28,20 @@
		qcom,batt-id-range-pct = <15>;
		#include "qg-batterydata-atl466271_3300mAh.dtsi"
	};
	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>;
};

&qupv3_se7_i2c {
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@
		reg = <0x88e8000 0x3000>;
		reg-names = "qmp_phy_base";

		vdd-supply = <&pm8150_l5>;
		core-supply = <&pm8150_l9>;
		qcom,vdd-voltage-level = <0 880000 880000>;
		qcom,vdd-max-load-uA = <47000>;
		qcom,vbus-valid-override;