Skip to content

Commit

Permalink
tools/litex_json2dts/ethernet: add missing 'status = "okay";'.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 27, 2021
1 parent b8bcbc5 commit 7abfbd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litex/tools/litex_json2dts.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def generate_dts(d, initrd_start=None, initrd_size=None, polling=False):
tx-fifo-depth = <{ethmac_tx_slots}>;
rx-fifo-depth = <{ethmac_rx_slots}>;
{ethmac_interrupt}
status = "okay";
}};
""".format(
ethphy_csr_base = d["csr_bases"]["ethphy"],
Expand Down

0 comments on commit 7abfbd9

Please sign in to comment.