* [PATCH] arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators
@ 2025-02-26 18:54 Matthew Gerlach
2025-03-04 12:47 ` Dinh Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Gerlach @ 2025-02-26 18:54 UTC (permalink / raw)
To: dinguyen, robh, krzk+dt, conor+dt, devicetree, linux-kernel
Cc: Matthew Gerlach
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>
---
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 2 ++
1 file changed, 2 insertions(+)
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 @@ clocks {
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 {
--
2.35.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators
2025-02-26 18:54 [PATCH] arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators Matthew Gerlach
@ 2025-03-04 12:47 ` Dinh Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2025-03-04 12:47 UTC (permalink / raw)
To: Matthew Gerlach, robh, krzk+dt, conor+dt, devicetree,
linux-kernel
On 2/26/25 12:54, Matthew Gerlach wrote:
> 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>
> ---
> arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> 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 @@ clocks {
> 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 {
Applied!
Thanks,
Dinh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-04 12:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 18:54 [PATCH] arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators Matthew Gerlach
2025-03-04 12:47 ` Dinh Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox