
15 Jul
2016
15 Jul
'16
5:58 a.m.
On 4 July 2016 at 11:58, Simon Glass sjg@chromium.org wrote:
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
Changes in v3:
- Print out the of-platdata contents for testing
Changes in v2: None
drivers/misc/Makefile | 5 ++++ drivers/misc/spltest_sandbox.c | 53 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 drivers/misc/spltest_sandbox.c
Applied to u-boot-dm