commit | be0789a8ee024e685f070dbd8c58736ea3891654 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:10 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:14:24 2022 -0400 |
tree | 4ba504834c7df3cf5029337703da754a9f4287d0 | |
parent | 6571559449cef5fe11678c25bc4fdf57b6a4e81f [diff] |
dm: core: Swap parameters of ofnode_write_prop() It is normal for the length to come after the value in libfdt. Follow this same convention with ofnode. Signed-off-by: Simon Glass <sjg@chromium.org>