|
3 | 3 | * IOMMU API for Renesas VMSA-compatible IPMMU
|
4 | 4 | * Author: Laurent Pinchart <[email protected]>
|
5 | 5 | *
|
6 |
| - * Copyright (C) 2014 Renesas Electronics Corporation |
| 6 | + * Copyright (C) 2014-2020 Renesas Electronics Corporation |
7 | 7 | */
|
8 | 8 |
|
9 | 9 | #include <linux/bitmap.h>
|
@@ -753,6 +753,7 @@ static const struct soc_device_attribute soc_rcar_gen3_whitelist[] = {
|
753 | 753 | { .soc_id = "r8a774b1", },
|
754 | 754 | { .soc_id = "r8a774c0", },
|
755 | 755 | { .soc_id = "r8a7795", .revision = "ES3.*" },
|
| 756 | + { .soc_id = "r8a77961", }, |
756 | 757 | { .soc_id = "r8a77965", },
|
757 | 758 | { .soc_id = "r8a77990", },
|
758 | 759 | { .soc_id = "r8a77995", },
|
@@ -969,6 +970,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
|
969 | 970 | }, {
|
970 | 971 | .compatible = "renesas,ipmmu-r8a7796",
|
971 | 972 | .data = &ipmmu_features_rcar_gen3,
|
| 973 | + }, { |
| 974 | + .compatible = "renesas,ipmmu-r8a77961", |
| 975 | + .data = &ipmmu_features_rcar_gen3, |
972 | 976 | }, {
|
973 | 977 | .compatible = "renesas,ipmmu-r8a77965",
|
974 | 978 | .data = &ipmmu_features_rcar_gen3,
|
|
0 commit comments