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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dt/dt.h b/src/dt/dt.h
index 8014cd3..6d71a71 100644
--- a/src/dt/dt.h
+++ b/src/dt/dt.h
@@ -376,4 +376,10 @@ static inline int of_find_path_by_node(struct device_node *node, char **outpath,
return -ENOSYS;
}
+static inline struct device_node *of_find_node_by_devpath(struct device_node *root,
+ const char *path)
+{
+ return NULL;
+}
+
#endif /* __DT_DT_H */