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

Commit b054d035 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM : dts: msm: Enable PM660 GPIO-5 configuration for SDM429w"

parents 98bc043d 7e9a049e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -371,9 +371,10 @@
/* over-write the PM660 GPIO mappings for 429w */
&pm660_gpios {
	interrupts  = <0x0 0xc3 0 IRQ_TYPE_NONE>,
		      <0x0 0xc4 0 IRQ_TYPE_NONE>,
		      <0x0 0xcb 0 IRQ_TYPE_NONE>;
	interrupt-names = "pm660_gpio4", "pm660_gpio12";
	qcom,gpios-disallowed = <1 2 3 5 6 7 8 9 10 11 13>;
	interrupt-names = "pm660_gpio4", "pm660_gpio5", "pm660_gpio12";
	qcom,gpios-disallowed = <1 2 3 6 7 8 9 10 11 13>;
};

&pm660_vadc {
@@ -761,4 +762,3 @@
	/delete-property/ vddio-supply;
	vddio-supply = <&L13A>;
};