commit | f78388b27556fc86606243d6f9731449b211815d | [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 | 193bfea622719d21c27dc298836cd8f476f43d37 [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>