of: property: disable of_fwnode_add_links

- avoid kernel lock-up during boot-up
This commit is contained in:
Peter Yoon
2020-05-31 23:55:08 +09:00
parent caf5f2f7af
commit f8bcbda912

View File

@@ -1361,6 +1361,5 @@ const struct fwnode_operations of_fwnode_ops = {
.graph_get_remote_endpoint = of_fwnode_graph_get_remote_endpoint,
.graph_get_port_parent = of_fwnode_graph_get_port_parent,
.graph_parse_endpoint = of_fwnode_graph_parse_endpoint,
.add_links = of_fwnode_add_links,
};
EXPORT_SYMBOL_GPL(of_fwnode_ops);