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) <[email protected]> > --- > 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@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
signature.asc
Description: PGP signature

