summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-12-11 13:31:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-12-11 13:31:14 +0100
commit2eee1db406d961e61aaf7c12150c6bb835ab8c2f (patch)
tree8856f4a81afce77fec0fea01cedc695814c73d4b /include
parent5f2377ac5502559ecfb7d70c2c99e5d553de1cd5 (diff)
parentc06cd360830e83d4d916da3918a4f819d59230e9 (diff)
downloadbarebox-2eee1db406d961e61aaf7c12150c6bb835ab8c2f.tar.gz
barebox-2eee1db406d961e61aaf7c12150c6bb835ab8c2f.tar.xz
Merge branch 'for-next/rpi'
Diffstat (limited to 'include')
-rw-r--r--include/of.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/of.h b/include/of.h
index 399fb7c5ba..645f429bde 100644
--- a/include/of.h
+++ b/include/of.h
@@ -1006,6 +1006,7 @@ int of_device_enable(struct device_node *node);
int of_device_enable_path(const char *path);
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);
phandle of_get_tree_max_phandle(struct device_node *root);
phandle of_node_create_phandle(struct device_node *node);