commit | 64401e7e54d938aec318a8e1a8ea3adb7f937cd0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 11:31:28 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:18 2020 -0600 |
tree | 9f77c20f2437243332528ab4aab5e20361939182 | |
parent | 36a69e1c6e8dd6b74127f60b648a8a7008d9e2bd [diff] |
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>