Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec120ba3 authored by Saravana Kannan's avatar Saravana Kannan
Browse files

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



This reverts commit 87337fb7.

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: default avatarSaravana Kannan <saravanak@google.com>
parent 682d8bf7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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, },
	{}
};