dm: Add a C test for of-platdata properties
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 17:31:28 +0000 (11:31 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000 (14:42 -0600)
commitb325248c9368c518d68d00d700404eeac801c98d
tree9f77c20f2437243332528ab4aab5e20361939182
parentafb26ba9a7c0812c56d40ba00554bd1e2f3be460
dm: Add a C test for of-platdata properties

At present properties are tested in a roundabout way. The driver's probe()
method writes out the values of the properties and the Python test checks
the output from U-Boot SPL.

Add a C test which checks these values more directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/of_platdata.c