Re: [PATCH v2 2/4] mtd: rawnand: omap_gpmc: Use DT provided IO address

2024-01-12 Thread Dario Binacchi
Hi Roger, On Thu, Jan 11, 2024 at 2:19 PM Roger Quadros wrote: > > For DM case we can get the NAND chip's IO address from DT > so we don't need to rely on CFG_SYS_NAND_BASE. > > Signed-off-by: Roger Quadros > --- > > Notes: > v2: no change > > drivers/mtd/nand/raw/omap_gpmc.c | 19

[PATCH v2 2/4] mtd: rawnand: omap_gpmc: Use DT provided IO address

2024-01-11 Thread Roger Quadros
For DM case we can get the NAND chip's IO address from DT so we don't need to rely on CFG_SYS_NAND_BASE. Signed-off-by: Roger Quadros --- Notes: v2: no change drivers/mtd/nand/raw/omap_gpmc.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git