commit | 1f1c1ec68dfcaf2a0e51b9a26e061bae0eff0e20 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 15 11:07:20 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Jan 21 10:01:02 2018 -0700 |
tree | 983f741df02aed97f33a814124dbc796d5eedbd4 | |
parent | aefac06b6390b0d342356c0c198836d6cb1cff70 [diff] |
core: Make device_is_compatible live-tree compatible Judging from its name and parameters, device_is_compatible looks like it is compatible with a live device tree, but it actually isn't. Make it compatible with a live device tree. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>