You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 provider
0 commit comments