Re: [PATCH v1 5/7] ARM: dts: apq8064: add pm8921 mpp support

2015-07-27 Thread Andy Gross
On Mon, Jul 27, 2015 at 02:52:02PM +0100, Srinivas Kandagatla wrote:
> This patch adds pmic pm8921 mpp gpio controller node.
> 
> Signed-off-by: Srinivas Kandagatla 
> ---

Applied.  Thanks!

-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v1 5/7] ARM: dts: apq8064: add pm8921 mpp support

2015-07-27 Thread Srinivas Kandagatla
This patch adds pmic pm8921 mpp gpio controller node.

Signed-off-by: Srinivas Kandagatla 
---
 arch/arm/boot/dts/qcom-apq8064.dtsi | 12 
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi 
b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 647a7e0..da214f1 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -320,6 +320,18 @@
#gpio-cells = <2>;
 
};
+
+   pm8921_mpps: mpps@50 {
+   compatible = "qcom,pm8921-mpp";
+   reg = <0x50>;
+   gpio-controller;
+   #gpio-cells = <2>;
+   interrupts =
+   <128 1>, <129 1>, <130 1>, <131 1>,
+   <132 1>, <133 1>, <134 1>, <135 1>,
+   <136 1>, <137 1>, <138 1>, <139 1>;
+   };
+
};
};
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html