Signed-off-by: Srinivas Kandagatla <[email protected]>
---
 arch/arm/boot/dts/qcom-apq8064.dtsi | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi 
b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 1dbe697..fde006c 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -627,6 +627,34 @@
                        clock-names = "core";
                };
 
+               qcom,ssbi@c00000 {
+                       compatible = "qcom,ssbi";
+                       reg = <0x00c00000 0x1000>;
+                       qcom,controller-type = "pmic-arbiter";
+
+                       pmicintc2: pmic@1 {
+                               compatible = "qcom,pm8821";
+                               interrupt-parent = <&tlmm_pinmux>;
+                               interrupts = <76 8>;
+                               #interrupt-cells = <2>;
+                               interrupt-controller;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+
+                               pm8821_mpps: mpps@50 {
+
+                                       compatible = "qcom,pm8821-mpp", 
"qcom,ssbi-mpp";
+                                       reg = <0x50>;
+
+                                       interrupts = <24 1>, <25 1>, <26 1>,
+                                                    <27 1>;
+
+                                       gpio-controller;
+                                       #gpio-cells = <2>;
+                               };
+                       };
+               };
+
                qcom,ssbi@500000 {
                        compatible = "qcom,ssbi";
                        reg = <0x00500000 0x1000>;
-- 
2.10.1

Reply via email to