]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators
authorMatthew Gerlach <matthew.gerlach@altera.com>
Wed, 26 Feb 2025 18:54:51 +0000 (10:54 -0800)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 26 Mar 2025 11:47:04 +0000 (06:47 -0500)
Add clock-frequency property to the internal oscillators, cb_intosc_ls_clk
and cb_intosc_hs_div2_clk.

Signed-off-by: Matthew Gerlach <matthew.gerlach@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

index 1235ba5a9865a175001fd3ef2bad710842f93be4..bcd12f82636f97d1832bac0d75d0b337396d8f7d 100644 (file)
                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 {