Skip to content

Commit 78e0011

Browse files
authored
Merge pull request #55 from visitorckw/fix-dtc-warning
Fix clint node in DTS by removing interrupt-controller property
2 parents 0aceed0 + 6ed2748 commit 78e0011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/gen-hart-dts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def dtsi_template (cpu_list: str, plic_list, clint_list, clock_freq):
5656
5757
clint0: clint@4300000 {{
5858
compatible = "riscv,clint0";
59-
interrupt-controller;
6059
interrupts-extended =
6160
{clint_list};
6261
reg = <0x4300000 0x10000>;

0 commit comments

Comments
 (0)