summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-10-20 16:30:46 +0300
committerTom Rini <trini@konsulko.com>2022-10-26 22:21:11 +0300
commit2c120375e949807ce8e3b077d6537e2d8d69a87c (patch)
treeddc0bf5aa3151a16dd7b2d1cb45af9a318b59eca /arch/sandbox/dts
parent27e6ebc5ea71c824234e862e55485de841ae29ac (diff)
downloadu-boot-2c120375e949807ce8e3b077d6537e2d8d69a87c.tar.xz
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>
Diffstat (limited to 'arch/sandbox/dts')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 70e27cd6a8..db72c64b1e 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -932,6 +932,10 @@
};
};
+ memory-controller {
+ compatible = "sandbox,memory";
+ };
+
misc-test {
#address-cells = <1>;
#size-cells = <1>;