Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information