ARM: dts: qcom: msm8660: 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.

Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230928110309.1212221-15-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Dmitry Baryshkov 2023-09-28 14:02:47 +03:00 committed by Bjorn Andersson
parent 7661e1e7f6
commit 41cdee8a33
3 changed files with 8 additions and 2 deletions

View File

@ -272,6 +272,10 @@
};
};
&pm8058 {
interrupts-extended = <&tlmm 88 IRQ_TYPE_LEVEL_LOW>;
};
&pm8058_gpio {
dragon_ethernet_gpios: ethernet-state {
pinconf {

View File

@ -34,6 +34,10 @@
status = "okay";
};
&pm8058 {
interrupts-extended = <&tlmm 88 IRQ_TYPE_LEVEL_LOW>;
};
&pm8058_keypad {
linux,keymap = <
MATRIX_KEY(0, 0, KEY_FN_F1)

View File

@ -341,8 +341,6 @@
pm8058: pmic {
compatible = "qcom,pm8058";
interrupt-parent = <&tlmm>;
interrupts = <88 8>;
#interrupt-cells = <2>;
interrupt-controller;
#address-cells = <1>;