summaryrefslogtreecommitdiff
path: root/include/of.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-01-20 11:04:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-01-20 11:04:28 +0100
commitf2c0052746ba6dacb6ce0fd3af3d390893fdc9f7 (patch)
tree53af334e75c42bbd49e518332443d18c724d3151 /include/of.h
parent434891b29e0a9e5c40fba1b38f8223154c0f3f88 (diff)
parent2f8590c438e6870a366ab1a1672a0bbe789ea4ed (diff)
downloadbarebox-f2c0052746ba6dacb6ce0fd3af3d390893fdc9f7.tar.gz
Merge branch 'for-next/struct-rename'
Diffstat (limited to 'include/of.h')
-rw-r--r--include/of.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/of.h b/include/of.h
index 4f4e9248ad..7ee1304b93 100644
--- a/include/of.h
+++ b/include/of.h
@@ -1146,6 +1146,7 @@ extern const struct of_device_id of_default_bus_match_table[];
int of_device_enable(struct device_node *node);
int of_device_enable_path(const char *path);
+int of_device_enable_by_alias(const char *alias);
int of_device_disable(struct device_node *node);
int of_device_disable_path(const char *path);
int of_device_disable_by_alias(const char *alias);