Revert "ANDROID: of/property: Add device link support for iommus"

This reverts commit 87337fb791.

The patch I sent upstream to add iommu support is nicer than this and
also adds mboxes and io-channels support. So just revert this and pull
in the upstream patches to avoid conflicts and pull in support for
mboxes and io-channels.

Change-Id: I98ef50eb5cff310a5717d0fb78eceb04ff2510ec
Signed-off-by: Saravana Kannan <saravanak@google.com>
This commit is contained in:
Saravana Kannan
2019-11-11 17:24:44 -08:00
parent 682d8bf784
commit ec120ba36d

View File

@@ -1108,13 +1108,6 @@ static struct device_node *parse_interconnects(struct device_node *np,
"#interconnect-cells");
}
static struct device_node *parse_iommus(struct device_node *np,
const char *prop_name, int index)
{
return parse_prop_cells(np, prop_name, index, "iommus",
"#iommu-cells");
}
static int strcmp_suffix(const char *str, const char *suffix)
{
unsigned int len, suffix_len;
@@ -1160,7 +1153,6 @@ static const struct supplier_bindings of_supplier_bindings[] = {
{ .parse_prop = parse_clocks, },
{ .parse_prop = parse_interconnects, },
{ .parse_prop = parse_regulators, },
{ .parse_prop = parse_iommus, },
{}
};