[PATCH 2/2] arm: dts: Update nand node for bcmbca board dts

David Regan dregan at broadcom.com
Thu Jan 9 20:41:19 CET 2025


I'm not seeing any response back from the author and since I didn't create
the files I will post a patch
update taking into account other suggestions but leave the original
non-strap settings in place.

-Dave

On Fri, Dec 20, 2024 at 2:18 PM David Regan <dregan at broadcom.com> wrote:

> On Fri, Dec 20, 2024 at 12:04 AM Linus Walleij <linus.walleij at linaro.org>
> wrote:
> >
> > On Thu, Dec 19, 2024 at 7:50 PM david regan <dregan at broadcom.com> wrote:
> >
> > > Update bcmbca dts to current nand node naming convention.
> > >
> > > Signed-off-by: david regan <dregan at broadcom.com>
> > > Reviewed-by: William Zhang <william.zhang at broadcom.com>
> > > Reviewed-by: Anand Gore <anand.gore at broadcom.com>
> >
> > Looks like a reasonable step
> > Acked-by: Linus Walleij <linus.walleij at linaro.org>
> >
> > But:
> >
> > > -       nandcs at 0 {
> > > -               compatible = "brcm,nandcs";
> > > -               reg = <0>;
> > > -               nand-ecc-strength = <4>;
> > > -               nand-ecc-step-size = <512>;
> > > -               brcm,nand-oob-sector-size = <16>;
> > > -       };
> > > +&nandcs {
> > > +       nand-on-flash-bbt;
> > > +       nand-ecc-strength = <4>;
> > > +       nand-ecc-step-size = <512>;
> > > +       brcm,nand-oob-sector-size = <16>;
> >
> > So you're adding nand-on-flash-bbt, maybe we should notice this?
>
> We don't need this option, I'll remove it.
>
> >
> > Do you have to use the explicit ECC config, or can you just use
> > Williams new option
> > brcm,nand-ecc-use-strap;
> > ?
>
> Looks like Phillipe Reynes created this file, Phillipe do you have a
> preference?
>
> >
> > (This can be changed in an additional patch.)
> >
> > Yours,
> > Linus Walleij
>
> Thanks for your input!
>
> -Dave
>


More information about the U-Boot mailing list