Skip to content

Commit

Permalink
arm64: dts: qcom: pm8916: add interrupt controller properties
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
lumag authored and andersson committed Oct 18, 2021
1 parent a434442 commit 3386f01
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/arm64/boot/dts/qcom/pm8916.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@
gpio-controller;
#gpio-cells = <2>;
gpio-ranges = <&pm8916_mpps 0 0 4>;
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>;
interrupt-controller;
#interrupt-cells = <2>;
};

pm8916_gpios: gpios@c000 {
Expand Down

0 comments on commit 3386f01

Please sign in to comment.