ARM: dts: apq8064: add pm8921 pwrkey support

This patch adds support to pm8921 power button.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
Srinivas Kandagatla 2015-09-18 13:31:25 +01:00 committed by Andy Gross
parent bbf89b96d5
commit 3050c5f5af
1 changed files with 8 additions and 0 deletions

View File

@ -373,6 +373,14 @@
allow-set-time;
};
pwrkey@1c {
compatible = "qcom,pm8921-pwrkey";
reg = <0x1c>;
interrupt-parent = <&pmicintc>;
interrupts = <50 1>, <51 1>;
debounce = <15625>;
pull-up;
};
};
};