summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2023-09-28 14:02:48 +0300
committerBjorn Andersson <andersson@kernel.org>2023-11-14 11:25:59 -0600
commit31c4b7415ae4f710c59844358862483728a2b17b (patch)
tree737aa1622d98b389ff7351bfca4dedee302ea8fb /arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts
parent41cdee8a33495a4778ee534afb8ecfd524bb9c4f (diff)
ARM: dts: qcom: msm8960: move PMIC interrupts to the board files
The interrupt of SSBI PMICs is routed to the SoCs GPIO. As such, it is not a property of the SoC, it is a property of the particular board (even if it is standard and unified between all devices). Move these interrupt specifications to the board files. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230928110309.1212221-16-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts')
-rw-r--r--arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts b/arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts
index 4641b4f2195d..43149c90c4fc 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts
+++ b/arch/arm/boot/dts/qcom/qcom-msm8960-cdp.dts
@@ -88,6 +88,10 @@
};
};
+&pm8921 {
+ interrupts-extended = <&msmgpio 104 IRQ_TYPE_LEVEL_LOW>;
+};
+
&pm8921_keypad {
linux,keymap = <
MATRIX_KEY(0, 0, KEY_VOLUMEUP)