]> git.ipfire.org Git - thirdparty/linux.git/commit
arm64: dts: socfpga: agilex: fix dtbs_check warning for f2s-free-clk
authorDinh Nguyen <dinguyen@kernel.org>
Wed, 4 Jun 2025 18:44:08 +0000 (13:44 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Sat, 12 Jul 2025 12:19:53 +0000 (07:19 -0500)
commitcd51991a21e7b4780cac3b17bf5d89d07df13266
treedf79c4ab5a4c19cd1a2f7fe9194596b4c2adb4b0
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
arm64: dts: socfpga: agilex: fix dtbs_check warning for f2s-free-clk

The f2s-free-clk requires a clock-frequency value. We put in an
arbitrary value of 100 MHz for a constant. The true clock frequency
would get generated in an FPGA design and the bootloader will populated
in actual hardware designs.

This fixes warning like this:

arch/arm64/boot/dts/intel:34:8
      4  f2s-free-clk (fixed-clock): 'clock-frequency' is a required property

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi