aboutsummaryrefslogtreecommitdiff
path: root/include/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device.h')
-rw-r--r--include/device.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h
index c51b3ee..1e5875d 100644
--- a/include/device.h
+++ b/include/device.h
@@ -268,4 +268,8 @@ struct dt_node *__dt_find_by_name_addr(struct dt_node *parent, const char *name,
struct dt_node *dt_find_by_name_addr(struct dt_node *parent, const char *name,
uint64_t addr);
+/* phandle fixup helper */
+void dt_adjust_subtree_phandle(struct dt_node *subtree,
+ const char** (get_properties_to_fix)(struct dt_node *n));
+
#endif /* __DEVICE_H */