commit | c6548b87e4792bfa7b70af8e54ac88f387476322 | [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 | c92aac100c17b9872eef6249ab66b39069afeffa [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>