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

Commit 9d3e77a5 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Add GPIO2 entry for PM8953



PM8953 GPIO2 is used by NFC peripheral. Add the same to
pm8953_gpios device node.

Change-Id: I3f16a1b96d6118d81175e6d69bb8e2193817f9bc
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent a8bac554
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -85,15 +85,17 @@
			reg = <0xc000 0x800>;

			interrupts = <0x0 0xc0 0 IRQ_TYPE_NONE>,
				<0x0 0xc1 0 IRQ_TYPE_NONE>,
				<0x0 0xc3 0 IRQ_TYPE_NONE>,
				<0x0 0xc6 0 IRQ_TYPE_NONE>,
				<0x0 0xc7 0 IRQ_TYPE_NONE>;
			interrupt-names = "pm8953_gpio1", "pm8953_gpio4",
					"pm8953_gpio7", "pm8953_gpio8";
			interrupt-names = "pm8953_gpio1", "pm8953_gpio2",
					"pm8953_gpio4", "pm8953_gpio7",
					"pm8953_gpio8";

			gpio-controller;
			#gpio-cells = <2>;
			qcom,gpios-disallowed = <2 3 5 6>;
			qcom,gpios-disallowed = <3 5 6>;
		};

		pm8953_vadc: vadc@3100 {