Commit 6ed2748
committed
Fix clint node in DTS by removing interrupt-controller property
Fix the device tree configuration by removing the interrupt-controller
property from the clint node. The clint only handles timer and software
interrupts, and should not be configured as an interrupt controller.
Only the plic should be marked as an interrupt-controller as it manages
external interrupts.
This change resolves the following dtc warnings about missing
proper configuration of interrupt handling:
<stdin>:31.31-37.11: Warning (interrupt_provider): /soc@F0000000/clint@4300000: Missing #interrupt-cells in interrupt provider
<stdin>:31.31-37.11: Warning (interrupt_provider): /soc@F0000000/clint@4300000: Missing #address-cells in interrupt provider1 parent 1023b4c commit 6ed2748
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments