commit | a7ece58271daab8705e3f1477e3d4c8644f361f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:14 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 66cd9383fc5dbd8e02f999d1db5562995f441b21 | |
parent | f1d50f72bce4cdcefb11b09b64885c9c9c39822d [diff] |
dm: core: Access device ofnode through functions At present ofnode is present in the device even if it is never used. With of-platdata this field is not used, so can be removed. In preparation for this, change the access to go through inline functions. Signed-off-by: Simon Glass <sjg@chromium.org>