Commit 133767d9 authored by Vivek Gautam's avatar Vivek Gautam Committed by Andy Gross
Browse files

arm64: dts: pmi8994: Add device node for pmi8994 gpios

parent 8e0b0009
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -8,6 +8,23 @@
		reg = <0x2 SPMI_USID>;
		#address-cells = <1>;
		#size-cells = <0>;

		pmi8994_gpios: gpios@c000 {
			compatible = "qcom,pmi8994-gpio", "qcom,spmi-gpio";
			reg = <0xc000>;
			gpio-controller;
			#gpio-cells = <2>;
			interrupts = <2 0xc0 0 IRQ_TYPE_NONE>,
				     <2 0xc1 0 IRQ_TYPE_NONE>,
				     <2 0xc2 0 IRQ_TYPE_NONE>,
				     <2 0xc3 0 IRQ_TYPE_NONE>,
				     <2 0xc4 0 IRQ_TYPE_NONE>,
				     <2 0xc5 0 IRQ_TYPE_NONE>,
				     <2 0xc6 0 IRQ_TYPE_NONE>,
				     <2 0xc7 0 IRQ_TYPE_NONE>,
				     <2 0xc8 0 IRQ_TYPE_NONE>,
				     <2 0xc9 0 IRQ_TYPE_NONE>;
		};
	};

	pmic@3 {