dm: test: Add a test for the system controller uclass
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:35 +0000 (12:54 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:33 +0000 (17:39 -0600)
commit04035fd36c9c793ab7b6e7c4513fe6a053daf5dd
tree7830bc280ef6d4c8b5b833f22c0689e3191af5f4
parent3c43fba3d240a5d7b6042bfb834c274a8921ebd8
dm: test: Add a test for the system controller uclass

Add a test to confirm that we can access system controllers and find their
driver data.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/test.h
configs/sandbox_defconfig
drivers/misc/Makefile
drivers/misc/syscon_sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/syscon.c [new file with mode: 0644]