summaryrefslogtreecommitdiffstats
path: root/src/dt/dt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dt/dt.h')
-rw-r--r--src/dt/dt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dt/dt.h b/src/dt/dt.h
index 0ac6bcd..67f5fb7 100644
--- a/src/dt/dt.h
+++ b/src/dt/dt.h
@@ -193,6 +193,8 @@ extern int of_property_write_u32_array(struct device_node *np,
extern int of_property_write_u64_array(struct device_node *np,
const char *propname, const uint64_t *values,
size_t sz);
+extern int of_property_write_string(struct device_node *np,
+ const char *propname, const char *value);
extern struct device_node *of_parse_phandle(const struct device_node *np,
const char *phandle_name,