Skip to content

Commit

Permalink
boards: mikroe: clicker_ra4m1: Disable unused or conflicting interrupts
Browse files Browse the repository at this point in the history
With the introduction of event-based interrupt handling, it is no longer
possible to declare an interrupt with the same event number from multiple
ioports.
So disable unnecessary or less important interrupt definitions.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi committed Jul 16, 2024
1 parent ba7020f commit 117faff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/mikroe/clicker_ra4m1/mikroe_clicker_ra4m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,16 @@
};

&ioport3 {
/delete-property/ port-irq8-pins;
status = "okay";
};

&ioport4 {
/delete-property/ port-irq5-pins;
/delete-property/ port-irq6-pins;
/delete-property/ port-irq7-pins;
/delete-property/ port-irq8-pins;
/delete-property/ port-irq9-pins;
status = "okay";
};

Expand Down

0 comments on commit 117faff

Please sign in to comment.