[PATCH 2/2] arm: dts: Update nand node for bcmbca board dts
David Regan
dregan at broadcom.com
Fri Dec 20 23:18:30 CET 2024
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