@@ -753,6 +753,7 @@ static int ipmmu_init_platform_device(struct device *dev,
753
753
754
754
static const struct soc_device_attribute soc_rcar_gen3 [] = {
755
755
{ .soc_id = "r8a774a1" , },
756
+ { .soc_id = "r8a774c0" , },
756
757
{ .soc_id = "r8a7795" , },
757
758
{ .soc_id = "r8a7796" , },
758
759
{ .soc_id = "r8a77965" , },
@@ -763,6 +764,7 @@ static const struct soc_device_attribute soc_rcar_gen3[] = {
763
764
};
764
765
765
766
static const struct soc_device_attribute soc_rcar_gen3_whitelist [] = {
767
+ { .soc_id = "r8a774c0" , },
766
768
{ .soc_id = "r8a7795" , .revision = "ES3.*" },
767
769
{ .soc_id = "r8a77965" , },
768
770
{ .soc_id = "r8a77990" , },
@@ -971,6 +973,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
971
973
}, {
972
974
.compatible = "renesas,ipmmu-r8a774a1" ,
973
975
.data = & ipmmu_features_rcar_gen3 ,
976
+ }, {
977
+ .compatible = "renesas,ipmmu-r8a774c0" ,
978
+ .data = & ipmmu_features_rcar_gen3 ,
974
979
}, {
975
980
.compatible = "renesas,ipmmu-r8a7795" ,
976
981
.data = & ipmmu_features_rcar_gen3 ,
0 commit comments