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

Commit 7e9a049e authored by Umang Chheda's avatar Umang Chheda Committed by Gerrit - the friendly Code Review server
Browse files

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



PM660 GPIO-5 is used as BG reset pin. Remove it from the
disallowed list to enable PM660 GPIO-5.

Change-Id: I5a94aca3ff263475d9720a70a6a98c68d7658f06
Signed-off-by: default avatarUmang Chheda <uchheda@codeaurora.org>
parent 7ecb4131
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>;
};