diff --git a/litex/tools/litex_json2dts_linux.py b/litex/tools/litex_json2dts_linux.py index 7d0f1ccc7..f64124199 100755 --- a/litex/tools/litex_json2dts_linux.py +++ b/litex/tools/litex_json2dts_linux.py @@ -246,18 +246,6 @@ def generate_dts(d, initrd_start=None, initrd_size=None, initrd=None, root_devic }; """ - # Clock ---------------------------------------------------------------------------------------- - - dts += """ - clocks {{ - sys_clk: litex_sys_clk {{ - #clock-cells = <0>; - compatible = "fixed-clock"; - clock-frequency = <{sys_clk_freq}>; - }}; - }}; -""".format(sys_clk_freq=d["constants"]["config_clock_frequency"]) - # Voltage Regulator for LiteSDCard (if applicable) -------------------------------------------- if "sdcore" in d["csr_bases"]: dts += """