commit | fbe27a54ebbe7433bbccf242f4edda61e2c1ba3e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 11:31:36 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:18 2020 -0600 |
tree | 1a47ecbb74a274b162553efefc07d23eb36bc51d | |
parent | e41651fffda7da55f6d74afdf4b784088184c543 [diff] |
dm: Add a test for of-platdata parent information Add a simple test that we can obtain the correct parent for an I2C device. This requires updating the driver names to match the compatible strings, adding them to the devicetree and enabling a few options. Signed-off-by: Simon Glass <sjg@chromium.org>