diff options
author | Andy Gross <andy.gross@linaro.org> | 2016-05-19 00:00:20 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-11 22:57:14 -0500 |
commit | 71c0ed72170dc7589592a26a821c766bd4ba4c05 (patch) | |
tree | 49e52d21674e510ce9b1408971e94326a593f48f | |
parent | a537b8d68e0b6b67ee370f9710c94bfb813b3612 (diff) | |
download | lwn-71c0ed72170dc7589592a26a821c766bd4ba4c05.tar.gz lwn-71c0ed72170dc7589592a26a821c766bd4ba4c05.zip |
ARM: dts: qcom: pma8084: Add pwrkey entry
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>
-rw-r--r-- | arch/arm/boot/dts/qcom-pma8084.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-pma8084.dtsi b/arch/arm/boot/dts/qcom-pma8084.dtsi index ea7fce389035..82d258094156 100644 --- a/arch/arm/boot/dts/qcom-pma8084.dtsi +++ b/arch/arm/boot/dts/qcom-pma8084.dtsi @@ -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>; |