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

Linus Walleij linus.walleij at linaro.org
Fri Dec 20 09:04:39 CET 2024


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?

Do you have to use the explicit ECC config, or can you just use
Williams new option
brcm,nand-ecc-use-strap;
?

(This can be changed in an additional patch.)

Yours,
Linus Walleij


More information about the U-Boot mailing list