Re: [PATCH v5 4/6] mmc: block: attach partitions fwnode if found in mmc-card
From: Linus Walleij
Date: Wed Oct 02 2024 - 10:05:08 EST
On Wed, Oct 2, 2024 at 12:20 AM Christian Marangi <ansuelsmth@xxxxxxxxx> wrote:
> Attach partitions fwnode if found in mmc-card and register disk with it.
>
> This permits block partition to reference the node and register a
> partition table defined in DT for the special case for embedded device
> that doesn't have a partition table flashed but have an hardcoded
> partition table passed from the system.
>
> JEDEC BOOT partition boot0/boot1 are supported but in DT we refer with
> the JEDEC name of boot1 and boot2 to better adhere to documentation.
>
> Also JEDEC GP partition gp0/1/2/3 are supported but in DT we refer with
> the JEDEC name of gp1/2/3/4 to better adhere to documentration.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
This looks very useful and avoids a lot of out-of-tree hacks.
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Yours,
Linus Walleij