lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f2c1a48e-74e3-4f8c-af3c-aafbfc40fd3f@kernel.org>
Date: Tue, 4 Mar 2025 06:47:48 -0600
From: Dinh Nguyen <dinguyen@...nel.org>
To: Matthew Gerlach <matthew.gerlach@...era.com>, robh@...nel.org,
 krzk+dt@...nel.org, conor+dt@...nel.org, devicetree@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: intel: socfpga_agilex: add frequencies to
 internal oscillators

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@...era.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ