Commit b0c32912 authored by Hai Nguyen Pham's avatar Hai Nguyen Pham Committed by Joerg Roedel
Browse files

iommu/ipmmu-vmsa: Hook up r8a77990 DT matching code



Support the R-Car E3 (r8a77990) IPMMU.

Signed-off-by: default avatarHai Nguyen Pham <hai.pham.ud@renesas.com>
Signed-off-by: default avatarKazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com>
[simon: rebased; dropped no longer required IOMMU_OF_DECLARE hunk]
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 65102238
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -762,6 +762,7 @@ static const struct soc_device_attribute soc_rcar_gen3[] = {
	{ .soc_id = "r8a7796", },
	{ .soc_id = "r8a77965", },
	{ .soc_id = "r8a77970", },
	{ .soc_id = "r8a77990", },
	{ .soc_id = "r8a77995", },
	{ /* sentinel */ }
};
@@ -949,6 +950,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
	}, {
		.compatible = "renesas,ipmmu-r8a77970",
		.data = &ipmmu_features_rcar_gen3,
	}, {
		.compatible = "renesas,ipmmu-r8a77990",
		.data = &ipmmu_features_rcar_gen3,
	}, {
		.compatible = "renesas,ipmmu-r8a77995",
		.data = &ipmmu_features_rcar_gen3,