@@ -740,6 +740,7 @@ static const struct soc_device_attribute soc_rcar_gen3[] = {
740
740
{ .soc_id = "r8a774a1" , },
741
741
{ .soc_id = "r8a774b1" , },
742
742
{ .soc_id = "r8a774c0" , },
743
+ { .soc_id = "r8a774e1" , },
743
744
{ .soc_id = "r8a7795" , },
744
745
{ .soc_id = "r8a7796" , },
745
746
{ .soc_id = "r8a77965" , },
@@ -752,6 +753,7 @@ static const struct soc_device_attribute soc_rcar_gen3[] = {
752
753
static const struct soc_device_attribute soc_rcar_gen3_whitelist [] = {
753
754
{ .soc_id = "r8a774b1" , },
754
755
{ .soc_id = "r8a774c0" , },
756
+ { .soc_id = "r8a774e1" , },
755
757
{ .soc_id = "r8a7795" , .revision = "ES3.*" },
756
758
{ .soc_id = "r8a77961" , },
757
759
{ .soc_id = "r8a77965" , },
@@ -964,6 +966,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
964
966
}, {
965
967
.compatible = "renesas,ipmmu-r8a774c0" ,
966
968
.data = & ipmmu_features_rcar_gen3 ,
969
+ }, {
970
+ .compatible = "renesas,ipmmu-r8a774e1" ,
971
+ .data = & ipmmu_features_rcar_gen3 ,
967
972
}, {
968
973
.compatible = "renesas,ipmmu-r8a7795" ,
969
974
.data = & ipmmu_features_rcar_gen3 ,
0 commit comments