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

Commit bf7c4c06 authored by Akshaya Damodaran's avatar Akshaya Damodaran
Browse files

Revert "ARM: dts: msm: PCIe turn-on of NTN3 regulator"

This reverts commit c004fe468dc8340cba11f26140d226d26a41f236.
Resolve IP non-assignment for AQR.

Change-Id: Ie8a596f937d748a000aeafef5a6a688a6db90379
parent a94f2c04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
	};
};

&qps615_vreg {
&ntn3_vreg {
	vin-supply = <&pine_vreg>;
};

+5 −5
Original line number Diff line number Diff line
#include "sdxlemur-mtp.dtsi"

&soc {
	qps615_vreg: qps615_vreg {
	ntn3_vreg: ntn3_vreg {
		compatible = "regulator-fixed";
		regulator-name = "qps615_vreg";
		regulator-name = "ntn3_vreg";
		gpio = <&tlmm 107 GPIO_ACTIVE_HIGH>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
@@ -15,7 +15,7 @@
		compatible = "regulator-fixed";
		regulator-name = "qca_vreg";
		gpio = <&tlmm 106 GPIO_ACTIVE_HIGH>;
		vin-supply = <&qps615_vreg>;
		vin-supply = <&ntn3_vreg>;
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		enable-active-high;
@@ -26,7 +26,7 @@
		compatible = "regulator-fixed";
		regulator-name = "aqr_vreg";
		gpio = <&tlmm 105 GPIO_ACTIVE_HIGH>;
		vin-supply = <&qps615_vreg>;
		vin-supply = <&qca_vreg>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
@@ -126,7 +126,7 @@
&pcie0 {
	pcie-i2c-phandle = <&i2c_5>;

	vreg-3p3-supply = <&qps615_vreg>;
	vreg-3p3-supply = <&aqr_vreg>;

	iommu-map = <0x0 &apps_smmu 0x0200 0x1>,
		<0x100 &apps_smmu 0x0201 0x1>,
+4 −4
Original line number Diff line number Diff line
#include "sdxlemur-mtp-mbb.dtsi"

&soc {
	qps615_vreg: qps615_vreg {
	ntn3_vreg: ntn3_vreg {
		compatible = "regulator-fixed";
		regulator-name = "qps615_vreg";
		regulator-name = "ntn3_vreg";
		gpio = <&tlmm 107 GPIO_ACTIVE_HIGH>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
@@ -15,7 +15,7 @@
		compatible = "regulator-fixed";
		regulator-name = "aqr_vreg";
		gpio = <&tlmm 105 GPIO_ACTIVE_HIGH>;
		vin-supply = <&qps615_vreg>;
		vin-supply = <&ntn3_vreg>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
@@ -72,7 +72,7 @@

	qcom,filtered-bdfs = <0x02080000>;

	vreg-3p3-supply = <&qps615_vreg>;
	vreg-3p3-supply = <&aqr_vreg>;

	iommu-map = <0x0 &apps_smmu 0x0200 0x1>,
		<0x100 &apps_smmu 0x0201 0x1>,