[U-Boot] [PATCH v3 21/62] dm: sandbox: Add a simple driver to test of-platdata

Simon Glass sjg at chromium.org
Fri Jul 15 05:58:41 CEST 2016


On 4 July 2016 at 11:58, Simon Glass <sjg at 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 at 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


More information about the U-Boot mailing list