commit | 265142a97e487516fa48f1f2e373d99e01dc1879 | [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 | ead649796ea22f80d7e20307cca16cf907872e8d [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