Re: [u-boot][PATCH v2 1/4] dm: memory: Introduce new uclass

2022-10-06 Thread Simon Glass
Hi Roger, On Thu, 6 Oct 2022 at 07:24, Roger Quadros wrote: > > Introduce UCLASS_MEMORY for future Memory Controller > device drivers. > > Signed-off-by: Roger Quadros > --- > arch/sandbox/dts/test.dts | 4 > drivers/memory/Kconfig | 17 + > drivers/memory/M

[u-boot][PATCH v2 1/4] dm: memory: Introduce new uclass

2022-10-06 Thread Roger Quadros
Introduce UCLASS_MEMORY for future Memory Controller device drivers. Signed-off-by: Roger Quadros --- arch/sandbox/dts/test.dts | 4 drivers/memory/Kconfig | 17 + drivers/memory/Makefile | 2 ++ drivers/memory/memory-sandbox.c | 18 +