commit | 117617c7c1d8f82304e019e5a2c7f1c23f78da8f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:28 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | 0e2e249afb34ca8f52aaa817a4cfade96cf26543 | |
parent | d88edd2bda2150b253fac702dd26ec4c01ccf988 [diff] |
expo: Add a function to write a property to a devicetree When the devicetree is too small for the property being written, we need to expand the devicetree and retry the write. Put this logic into a function so it can be reused. Signed-off-by: Simon Glass <sjg@chromium.org>