commit | d975ce21ce92b2b0c6d13b0a8b5b4d78bfd37113 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 27 08:49:39 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:45 2020 -0700 |
tree | 48f5f8d14d0cd8646244d33b22bc0f3d7899ed8f | |
parent | 194fca91306f1a35da404a9c56d767be257c8b0f [diff] |
dm: core: Use const device for the devfdt...() interface These functions do not modify the device so should use a const pointer to it. Update the code accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>