commit | 86075bab27b44bfa3748daa5fec137ec534dab99 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 06 12:54:39 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:33 2015 -0600 |
tree | fce94eaf61b7754a7a3111f5fd102141e5da2051 | |
parent | 9f4629be8a9a06211e392ff0eccbff76603488b2 [diff] [blame] |
test: Add a test for regmap We use syscon to test that the regmap functions work as expected. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/dm/Makefile b/test/dm/Makefile index 99cd21f..eda9643 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile
@@ -23,6 +23,7 @@ obj-$(CONFIG_DM_MMC) += mmc.o obj-$(CONFIG_DM_PCI) += pci.o obj-$(CONFIG_RAM) += ram.o +obj-y += regmap.o obj-$(CONFIG_RESET) += reset.o obj-$(CONFIG_DM_RTC) += rtc.o obj-$(CONFIG_DM_SPI_FLASH) += sf.o