diff options
author | Matthew Gerlach <matthew.gerlach@altera.com> | 2025-02-26 10:54:51 -0800 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2025-03-26 06:47:04 -0500 |
commit | 76f15cd968ed755052be297eaf7cfef924c5f24b (patch) | |
tree | 8533ae303b75b5d73dc9752144202661ec1ec4e4 | |
parent | 144616a8088974477480ddf736897f5cacc4c0c7 (diff) |
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 <matthew.gerlach@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi index 1235ba5a9865..bcd12f82636f 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 { |