All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] arch: arm: dts: Enable APB Timer for agilex5
@ 2023-06-21 13:31 Jit Loon Lim
  0 siblings, 0 replies; only message in thread
From: Jit Loon Lim @ 2023-06-21 13:31 UTC (permalink / raw)
  To: u-boot
  Cc: Jagan Teki, Vignesh R, Marek, Simon, Tien Fong, Kok Kiang, Raaj,
	Dinesh, Boon Khai, Alif, Teik Heng, Hazim, Jit Loon Lim,
	Sieu Mun Tang

From: Dinesh Maniyam <dinesh.maniyam@intel.com>

Enable APB Timer driver model.

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@intel.com>
---
 arch/arm/dts/socfpga_agilex5_socdk.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/dts/socfpga_agilex5_socdk.dts b/arch/arm/dts/socfpga_agilex5_socdk.dts
index 1a39426561..59ff426983 100644
--- a/arch/arm/dts/socfpga_agilex5_socdk.dts
+++ b/arch/arm/dts/socfpga_agilex5_socdk.dts
@@ -121,6 +121,22 @@
 	status = "okay";
 };
 
+&timer0 {
+	status = "okay";
+};
+
+&timer1 {
+	status = "okay";
+};
+
+&timer2 {
+	status = "okay";
+};
+
+&timer3 {
+	status = "okay";
+};
+
 &spi0 {
 	status = "okay";
 };
-- 
2.26.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-21 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 13:31 [PATCH v1] arch: arm: dts: Enable APB Timer for agilex5 Jit Loon Lim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.