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>] [day] [month] [year] [list]
Message-ID: <20250728154518.299282-1-matthew.gerlach@altera.com>
Date: Mon, 28 Jul 2025 08:45:18 -0700
From: Matthew Gerlach <matthew.gerlach@...era.com>
To: dinguyen@...nel.org,
	robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org,
	devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc: Matthew Gerlach <matthew.gerlach@...era.com>
Subject: [PATCH] arm64: dts: agilex: add clocks property to clkmgr node

Add a clocks property to the clkmgr device tree node specifying osc1
as the input clock.

Signed-off-by: Matthew Gerlach <matthew.gerlach@...era.com>
---
 arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts      | 4 ++++
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts      | 4 ++++
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts
index d22de06e9839..e913f46f25cd 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex_n6000.dts
@@ -45,6 +45,10 @@ dma-controller@0 {
 	};
 };
 
+&clkmgr {
+	clocks = <&osc1>;
+};
+
 &osc1 {
 	clock-frequency = <25000000>;
 };
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
index b31cfa6b802d..6b6a8a37624d 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
@@ -44,6 +44,10 @@ memory@...00000 {
 	};
 };
 
+&clkmgr {
+	clocks = <&osc1>;
+};
+
 &gpio1 {
 	status = "okay";
 };
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts
index 0f9020bd0c52..1bce69e90f04 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts
@@ -78,6 +78,10 @@ phy0: ethernet-phy@0 {
 	};
 };
 
+&clkmgr {
+	clocks = <&osc1>;
+};
+
 &nand {
 	status = "okay";
 
-- 
2.35.3


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ