[PATCH 07/15] arm: dts: am335x-evm-u-boot: Add chosen tick-timer
Tom Rini
trini at konsulko.com
Tue Nov 18 15:05:47 CET 2025
On Tue, Nov 18, 2025 at 11:40:27AM +0100, Markus Schneider-Pargmann (TI.com) wrote:
> The upstream DTS is currently lacking this information which is
> required in u-boot.
>
> Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp at baylibre.com>
> ---
> arch/arm/dts/am335x-evm-u-boot.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/dts/am335x-evm-u-boot.dtsi b/arch/arm/dts/am335x-evm-u-boot.dtsi
> index 72402c82928a72abe3847bfcc0771dabc571d8e6..2ebf60bf7d6ce007e033b75a25a10c60a83e218e 100644
> --- a/arch/arm/dts/am335x-evm-u-boot.dtsi
> +++ b/arch/arm/dts/am335x-evm-u-boot.dtsi
> @@ -5,6 +5,12 @@
>
> #include "am33xx-u-boot.dtsi"
>
> +/ {
> + chosen {
> + tick-timer = &timer2;
> + };
> +};
> +
> &l4_per {
> bootph-all;
> segment at 300000 {
Since this isn't part of the upstream bindings we should rephrase the
commit message to explain that (and at some point figure out what to do
about that, ie upstream or adapt our code).
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251118/bba53693/attachment.sig>
More information about the U-Boot
mailing list