commit | 1b349e32a3bd9d87d3ceb5c328893fb337274f6e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:00 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 085b2ec36757a215d7f9ed647af5a5c6aa09f149 | |
parent | de6404815d6d491f3f0ca28d594dddccfbf9241b [diff] |
spi: Tidy up get/set of device node This code is a bit odd in that it only reads and updates the livetree version of the device ofnode. This means it won't work with flattree. Update the code to work as it was presumably intended. Signed-off-by: Simon Glass <sjg@chromium.org>