diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-06-24 17:03:53 -0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-09-11 12:12:55 -0400 |
commit | fa410c099d9688ca06a9e46df8b2edf183487935 (patch) | |
tree | 114e6b2cb7f7618041d82d1fdcab26d592ab7bf2 /arch/arm/boot/dts/qcom-msm8960-cdp.dts | |
parent | 68de308b1c02f3b11705406b07e84790eb1a37e9 (diff) |
ARM: dts: msm: Add 8921 PMIC to ssbi bus
Add the PMIC and the sub-devices that are currently supported in
the kernel to the DT.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8960-cdp.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8960-cdp.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8960-cdp.dts b/arch/arm/boot/dts/qcom-msm8960-cdp.dts index 8f75cc4c8340..8b10812c0cda 100644 --- a/arch/arm/boot/dts/qcom-msm8960-cdp.dts +++ b/arch/arm/boot/dts/qcom-msm8960-cdp.dts | |||
@@ -1,3 +1,5 @@ | |||
1 | #include <dt-bindings/input/input.h> | ||
2 | |||
1 | #include "qcom-msm8960.dtsi" | 3 | #include "qcom-msm8960.dtsi" |
2 | 4 | ||
3 | / { | 5 | / { |
@@ -14,3 +16,16 @@ | |||
14 | }; | 16 | }; |
15 | }; | 17 | }; |
16 | }; | 18 | }; |
19 | |||
20 | &pmicintc { | ||
21 | keypad@148 { | ||
22 | linux,keymap = < | ||
23 | MATRIX_KEY(0, 0, KEY_VOLUMEUP) | ||
24 | MATRIX_KEY(0, 1, KEY_VOLUMEDOWN) | ||
25 | MATRIX_KEY(0, 2, KEY_CAMERA_FOCUS) | ||
26 | MATRIX_KEY(0, 3, KEY_CAMERA) | ||
27 | >; | ||
28 | keypad,num-rows = <1>; | ||
29 | keypad,num-columns = <5>; | ||
30 | }; | ||
31 | }; | ||