[PATCH 4/4] ARM: dts: qcom: Add PM8941 and PM8841 pinctrl nodes

From: Ivan T. Ivanov
Date: Mon Jul 07 2014 - 11:12:29 EST


From: "Ivan T. Ivanov" <iivanov@xxxxxxxxxx>

Add nodes for PM8941 and PM8841 GPIO and MPP subfunctions.

Signed-off-by: Ivan T. Ivanov <iivanov@xxxxxxxxxx>
---
arch/arm/boot/dts/qcom-msm8974.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index c7ae7ba..7daca4b 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -267,6 +267,14 @@
reg-names = "rtc", "alarm";
interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
};
+
+ pm8941_pinctrl: pins@a000 {
+ compatible = "qcom,pm8941-pinctrl";
+ reg = <0xa000>, <0xc000>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ label = "pm8941-pinctrl";
+ };
};

usid1: pm8941@1 {
@@ -281,6 +289,14 @@
reg = <0x4 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
+
+ pm8841_pinctrl: pins@a000 {
+ compatible = "qcom,pm8841-pinctrl";
+ reg = <0xa000>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ label = "pm8841-pinctrl";
+ };
};

usid5: pm8841@5 {
--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/