All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: eugen.hristev@linaro.org
Cc: u-boot@lists.denx.de, trini@konsulko.com,
	Fabio Estevam <festevam@denx.de>
Subject: [PATCH] ARM: dts: at91: sama5d2: Pass bootph-all to the PIT timer
Date: Thu,  3 Apr 2025 12:10:50 -0300	[thread overview]
Message-ID: <20250403151050.3649150-1-festevam@gmail.com> (raw)

From: Fabio Estevam <festevam@denx.de>

The PIT timer needs to be available early in the SPL phase,
otherwise SPL fails to boot and only prints:

Could not initialize timer (err -96)

Fix this problem by passing 'bootph-all' to the sama5d2 PIT node.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/dts/sama5d2.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index 7b62fffb4ff..62191ff5d97 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -778,6 +778,7 @@
 				compatible = "atmel,at91sam9260-pit";
 				reg = <0xf8048030 0x10>;
 				clocks = <&h32ck>;
+				bootph-all;
 			};
 
 			watchdog: watchdog@f8048040 {
-- 
2.34.1


             reply	other threads:[~2025-04-03 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-03 15:10 Fabio Estevam [this message]
2025-04-17 13:54 ` [PATCH] ARM: dts: at91: sama5d2: Pass bootph-all to the PIT timer Fabio Estevam
2025-04-17 14:01   ` Eugen Hristev
2025-04-18 10:46     ` Eugen Hristev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250403151050.3649150-1-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=eugen.hristev@linaro.org \
    --cc=festevam@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.