summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAbdellatif El Khlifi <abdellatif.elkhlifi@arm.com>2023-04-17 10:11:58 +0100
committerTom Rini <trini@konsulko.com>2023-04-27 17:01:15 -0400
commit56722fafd9b2a017930030e9b50c5784f64545db (patch)
tree3d21d49d97b97f5c8579a43c5d4211f04d6fa4de /MAINTAINERS
parenta6d7f1958ac402a2a099bd8c809cd061cd531c69 (diff)
downloadu-boot-56722fafd9b2a017930030e9b50c5784f64545db.tar.gz
sandbox64: add a test case for UCLASS_NVMXIP
provide a test for NVM XIP devices The test case allows to make sure of the following: - The NVM XIP QSPI devices are probed - The DT entries are read correctly - the data read from the flash by the NVMXIP block driver is correct Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fd155ca878..0257526bc8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1210,6 +1210,7 @@ S: Maintained
F: doc/develop/driver-model/nvmxip.rst
F: doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt
F: drivers/mtd/nvmxip/
+F: test/dm/nvmxip.c
NVMEM
M: Sean Anderson <seanga2@gmail.com>