diff options
author | Dmitry Baryshkov <[email protected]> | 2021-10-08 04:25:22 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-10-17 19:11:35 -0500 |
commit | a7fe01561e6cda173b1fffb1c8552040933e7588 (patch) | |
tree | 51025557d2913a28ae4d8f59add931b8b9b42509 | |
parent | 9fb04774f3436f93075b80870fd94e2e68f8bf04 (diff) |
ARM: dts: qcom-pma8084: 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 <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-pma8084.dtsi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/qcom-pma8084.dtsi b/arch/arm/boot/dts/qcom-pma8084.dtsi index fcee2afe6740..7b8a8d9695da 100644 --- a/arch/arm/boot/dts/qcom-pma8084.dtsi +++ b/arch/arm/boot/dts/qcom-pma8084.dtsi @@ -43,14 +43,8 @@ gpio-controller; #gpio-cells = <2>; gpio-ranges = <&pma8084_mpps 0 0 8>; - interrupts = <0 0xa0 0 IRQ_TYPE_NONE>, - <0 0xa1 0 IRQ_TYPE_NONE>, - <0 0xa2 0 IRQ_TYPE_NONE>, - <0 0xa3 0 IRQ_TYPE_NONE>, - <0 0xa4 0 IRQ_TYPE_NONE>, - <0 0xa5 0 IRQ_TYPE_NONE>, - <0 0xa6 0 IRQ_TYPE_NONE>, - <0 0xa7 0 IRQ_TYPE_NONE>; + interrupt-controller; + #interrupt-cells = <2>; }; pma8084_temp: temp-alarm@2400 { |