Skip to content

Commit

Permalink
ARM: dts: apq8064: add pm8921 mpp support
Browse files Browse the repository at this point in the history
This patch adds pmic pm8921 mpp gpio controller node.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
  • Loading branch information
Srinivas Kandagatla authored and Andy Gross committed Jul 27, 2015
1 parent 874443f commit bce3604
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/qcom-apq8064.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

};
};

Expand Down

0 comments on commit bce3604

Please sign in to comment.