Skip to content

Commit

Permalink
ARM: dts: qcom: pma8084: Add pwrkey entry
Browse files Browse the repository at this point in the history
This patch adds the power key device tree node.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
Andy Gross committed Jun 12, 2016
1 parent a537b8d commit 71c0ed7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/qcom-pma8084.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
};

pwrkey@800 {
compatible = "qcom,pm8941-pwrkey";
reg = <0x800>;
interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;
debounce = <15625>;
bias-pull-up;
};

pma8084_gpios: gpios@c000 {
compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio";
reg = <0xc000>;
Expand Down

0 comments on commit 71c0ed7

Please sign in to comment.