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

Commit 6b8000cf authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: remove gpio peripheral from PM8008"

parents 7ee996f9 a653a59e
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -3755,18 +3755,6 @@
	};
};

&pm8008_gpios {
	gpio1_active {
		pm8008_gpio1_active: pm8008_gpio1_active {
			pins = "gpio1";
			function = "normal";
			power-source = <1>;
			bias-disable;
			input-enable;
		};
	};
};

&pm8008_chip {
	pinctrl-names = "default";
	pinctrl-0 = <&pm8008_active>;
@@ -3780,12 +3768,6 @@
	vdd_l7-supply = <&S5A>;
};

&pm8008_9 {
	/* GPIO1 pinctrl config */
	pinctrl-names = "default";
	pinctrl-0 = <&pm8008_gpio1_active>;
};

&L1P {
	regulator-max-microvolt = <1056000>;
	qcom,min-dropout-voltage = <225000>;
+0 −10
Original line number Diff line number Diff line
@@ -18,16 +18,6 @@ pm8008_8: qcom,pm8008@8 {
		compatible = "qcom,qpnp-revid";
		reg = <0x100>;
	};

	pm8008_gpios: pinctrl@c000 {
		compatible = "qcom,spmi-gpio";
		reg = <0xc000 0x200>;
		interrupts = <0x0 0xc0 0 IRQ_TYPE_LEVEL_LOW>,
				<0x0 0xc1 0 IRQ_TYPE_LEVEL_LOW>;
		interrupt-names = "pm8008_gpio1", "pm8008_gpio2";
		gpio-controller;
		#gpio-cells = <2>;
	};
};

pm8008_9: qcom,pm8008@9 {