commit | d9216c8683fced4cbf6d437b4357c9368bf1bf86 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:44 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | b988723a63eb879277b2e1d0437c370945e7ed27 | |
parent | 62b1db33778611a3023d1e3a98e869b495edc9ca [diff] |
dm: core: Support writing a boolean Add functions to write a boolean property. This involves deleting it if the value is false. Add a new ofnode_has_property() as well. Add a comment about the behaviour of of_read_property() when the property value is empty. Signed-off-by: Simon Glass <sjg@chromium.org>