dm: memory: Introduce new uclass

Introduce UCLASS_MEMORY for future Memory Controller
device drivers.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Roger Quadros
2022-10-20 16:30:46 +03:00
committed by Tom Rini
parent 27e6ebc5ea
commit 2c120375e9
8 changed files with 77 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
obj-$(CONFIG_MEMORY) += memory-uclass.o
obj-$(CONFIG_SANDBOX_MEMORY) += memory-sandbox.o
obj-$(CONFIG_STM32_FMC2_EBI) += stm32-fmc2-ebi.o
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o