On 14/08/2023 12:32, Dinh Nguyen wrote: > Fix dtbs_check warning: 'clock-frequency' is a required property. Frequency of 0 is not usually correct, so this does not look like correct fix. > > Signed-off-by: Dinh Nguyen <dinguyen@xxxxxxxxxx> > --- > arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 4 ++++ > arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 4 ++++ > 2 files changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi > index 439497ab967d..cd8123ada2bc 100644 > --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi > +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi > @@ -101,21 +101,25 @@ clocks { > cb_intosc_hs_div2_clk: cb-intosc-hs-div2-clk { > #clock-cells = <0>; > compatible = "fixed-clock"; > + clock-frequency = <0>; Best regards, Krzysztof