Skip to content

Commit

Permalink
tools/linux: fix dts warning: missing #address-cells
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Dennison authored and AndrewD committed Nov 24, 2021
1 parent 32a2377 commit f5f3d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litex/tools/litex_json2dts_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def generate_dts(d, initrd_start=None, initrd_size=None, initrd=None, root_devic
{cache_desc}
{tlb_desc}
L{irq}: interrupt-controller {{
#address-cells = <0>;
#interrupt-cells = <0x00000001>;
interrupt-controller;
compatible = "riscv,cpu-intc";
Expand Down

0 comments on commit f5f3d3c

Please sign in to comment.