Skip to content

Commit efe37fd

Browse files
Wolfram Sangjoergroedel
authored andcommitted
iommu/ipmmu-vmsa: remove R-Car H3 ES1.* handling
R-Car H3 ES1.* was only available to an internal development group and needed a lot of quirks and workarounds. These become a maintenance burden now, so our development group decided to remove upstream support and disable booting for this SoC. Public users only have ES2 onwards. Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/20230307163041.3815-2-wsa+renesas@sang-engineering.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent e8d018d commit efe37fd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/iommu/ipmmu-vmsa.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ static const struct soc_device_attribute soc_needs_opt_in[] = {
697697

698698
static const struct soc_device_attribute soc_denylist[] = {
699699
{ .soc_id = "r8a774a1", },
700-
{ .soc_id = "r8a7795", .revision = "ES1.*" },
701700
{ .soc_id = "r8a7795", .revision = "ES2.*" },
702701
{ .soc_id = "r8a7796", },
703702
{ /* sentinel */ }

0 commit comments

Comments
 (0)