Revert "dm: SMEM (Shared memory) uclass"

SMEM is a highly Qualcomm specific interface, while having a dedicated
UCLASS for it offers a nice abstraction, for things like memory layout
parsing we need to use it before the driver model is available.

Therefore, it doesn't make sense to fit SMEM into the driver model.
Instead let's adopt a model closer to Linux, and parse SMEM really early
during boot (as soon as we have the FDT).

This reverts commit 7b384eccc7.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Caleb Connolly
2024-11-24 20:17:43 +01:00
committed by Simon Glass
parent 688cfa7ba9
commit 92bf7d08c6
8 changed files with 0 additions and 172 deletions

View File

@@ -120,8 +120,6 @@ source "drivers/serial/Kconfig"
source "drivers/sm/Kconfig"
source "drivers/smem/Kconfig"
source "drivers/sound/Kconfig"
source "drivers/soc/Kconfig"