Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom-pm8941: add interrupt controller properties

Now that the pmic-mpp is a proper hierarchical IRQ chip, add interrupt
controller properties ('interrupt-controller' and '#interrupt-cells').
The interrupts property is no longer needed so remove it.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211008012524.481877-23-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
9fb04774 3dca61a7

+2 -8
+2 -8
arch/arm/boot/dts/qcom-pm8941.dtsi
··· 80 80 gpio-controller; 81 81 #gpio-cells = <2>; 82 82 gpio-ranges = <&pm8941_mpps 0 0 8>; 83 - interrupts = <0 0xa0 0 IRQ_TYPE_NONE>, 84 - <0 0xa1 0 IRQ_TYPE_NONE>, 85 - <0 0xa2 0 IRQ_TYPE_NONE>, 86 - <0 0xa3 0 IRQ_TYPE_NONE>, 87 - <0 0xa4 0 IRQ_TYPE_NONE>, 88 - <0 0xa5 0 IRQ_TYPE_NONE>, 89 - <0 0xa6 0 IRQ_TYPE_NONE>, 90 - <0 0xa7 0 IRQ_TYPE_NONE>; 83 + interrupt-controller; 84 + #interrupt-cells = <2>; 91 85 }; 92 86 93 87 pm8941_temp: temp-alarm@2400 {