commit | e369e58df79cf152c299b898e31c42f08167082a | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Tue Jun 26 08:46:48 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:35 2018 -0600 |
tree | 2af525c5f28a69992f7249dd39b7bd7a20bda98f | |
parent | 163ed6c342cfd15b623a46f3755203c712374a9a [diff] |
core: Add functions to set properties in live-tree Implement a set of functions to manipulate properties in a live device tree: * ofnode_write_prop() to set generic properties of a node * ofnode_write_string() to set string properties of a node * ofnode_set_enabled() to either enable or disable a node Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>