commit | 854471676866f14cbd484594a7b5816c940fede6 | [log] [tgz] |
---|---|---|
author | Walter Lozano <walter.lozano@collabora.com> | Wed Jul 29 13:17:31 2020 -0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | 99098996a92f6fa563a97c30c872b02f1a0040be | |
parent | c08a11f7cf93d9f5d3f0aee52fb254928a8cce44 [diff] |
core: improve of_match_ptr with OF_PLATDATA Currently of_match_ptr is used to avoid referencing compatible strings when OF_CONTROL is not enabled. This behaviour could be improved by taking into account also OF_PLATDATA, as when this configuration is enabled the compatible strings are not used at all. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>