[PATCH 1/2] arm: dts: add U-Boot dtbs for the am625-lp-sk
Bryan Brattlof
bb at ti.com
Fri May 3 16:49:35 CEST 2024
On May 3, 2024 thus sayeth Dhruva Gole:
> On Apr 30, 2024 at 14:57:45 -0500, Bryan Brattlof wrote:
> > From: Nitin Yadav <n-yadav at ti.com>
> >
> > Add the U-Boot device tree overrides for the am62x-lp-sk reference
> > board.
> >
> > Signed-off-by: Nitin Yadav <n-yadav at ti.com>
> > Signed-off-by: Bryan Brattlof <bb at ti.com>
> > ---
> > arch/arm/dts/k3-am62-lp-sk-binman.dtsi | 21 +
> > arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi | 17 +
> > arch/arm/dts/k3-am62-lp4-50-800-800.dtsi | 2190 ++++++++++++++++++++++++++++++
> > arch/arm/dts/k3-am62-r5-lp-sk.dts | 82 ++
> > 4 files changed, 2310 insertions(+)
> >
> > diff --git a/arch/arm/dts/k3-am62-lp-sk-binman.dtsi b/arch/arm/dts/k3-am62-lp-sk-binman.dtsi
> > new file mode 100644
> > index 0000000000000..de425a4b54f81
> > --- /dev/null
> > +++ b/arch/arm/dts/k3-am62-lp-sk-binman.dtsi
> > @@ -0,0 +1,21 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
>
> Can make this 2024, here and everywhere else.
>
> > + */
> > +
> > +#include "k3-binman.dtsi"
> > +#include "k3-am625-sk-binman.dtsi"
> > +
> > +#ifdef CONFIG_TARGET_AM625_A53_EVM
> > +
> > +#define SPL_AM62_LP_SK_DTB "spl/dts/ti/k3-am62-lp-sk.dtb"
> > +
> > +&spl_am625_sk_dtb {
> > + filename = SPL_AM62_LP_SK_DTB;
> > +};
> > +
> > +&spl_am625_sk_dtb_unsigned {
> > + filename = SPL_AM62_LP_SK_DTB;
> > +};
> > +
> > +#endif
> > diff --git a/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi b/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
> > new file mode 100644
> > index 0000000000000..08f572446657e
> > --- /dev/null
> > +++ b/arch/arm/dts/k3-am62-lp-sk-u-boot.dtsi
> > @@ -0,0 +1,17 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * AM62x LP SK dts file for SPLs
> > + * Copyright (C) 2021-2023 Texas Instruments Incorporated - https://www.ti.com/
>
> 2024 ^^
>
> [...]
>
> With that fixed,
> Reviewed-by: Dhruva Gole <d-gole at ti.com>
>
Okay I'll get that fixed for v2
~Bryan
More information about the U-Boot
mailing list