From: Matthew Gerlach Date: Wed, 26 Feb 2025 18:54:51 +0000 (-0800) Subject: arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators X-Git-Tag: v6.16-rc1~97^2~47^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76f15cd968ed755052be297eaf7cfef924c5f24b;p=thirdparty%2Flinux.git arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators Add clock-frequency property to the internal oscillators, cb_intosc_ls_clk and cb_intosc_hs_div2_clk. Signed-off-by: Matthew Gerlach Signed-off-by: Dinh Nguyen --- diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi index 1235ba5a9865a..bcd12f82636f9 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi +++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi @@ -114,11 +114,13 @@ cb_intosc_hs_div2_clk: cb-intosc-hs-div2-clk { #clock-cells = <0>; compatible = "fixed-clock"; + clock-frequency = <200000000>; }; cb_intosc_ls_clk: cb-intosc-ls-clk { #clock-cells = <0>; compatible = "fixed-clock"; + clock-frequency = <400000000>; }; f2s_free_clk: f2s-free-clk {