]> git.sur5r.net Git - u-boot/commit
dm: sandbox: Add a simple driver to test of-platdata
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:58:01 +0000 (11:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commitbab8233a1d17de222e83e0cbf8eb1d9d691adaf3
treeb4db744409f957a1dd87fcc0f747141cbbc304ef
parent04ecf36ba60f41f695095226e53310b4acaebf1e
dm: sandbox: Add a simple driver to test of-platdata

Add a driver which uses of-platdata to obtain its platform data. This can
be used to test the feature in sandbox. It displays the contents of its
platform data.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/Makefile
drivers/misc/spltest_sandbox.c [new file with mode: 0644]