|
@@ -366,6 +366,9 @@ static inline bool of_have_populated_dt(void)
|
|
#define for_each_child_of_node(parent, child) \
|
|
#define for_each_child_of_node(parent, child) \
|
|
while (0)
|
|
while (0)
|
|
|
|
|
|
|
|
+#define for_each_available_child_of_node(parent, child) \
|
|
|
|
+ while (0)
|
|
|
|
+
|
|
static inline struct device_node *of_get_child_by_name(
|
|
static inline struct device_node *of_get_child_by_name(
|
|
const struct device_node *node,
|
|
const struct device_node *node,
|
|
const char *name)
|
|
const char *name)
|