iommu/ipmmu-vmsa: Fix compatible for rcar-gen4
Fix compatible string for R-Car Gen4.
Fixes: ae684caf46
("iommu/ipmmu-vmsa: Add support for R-Car Gen4")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20220617010107.3229784-1-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
Родитель
a111daf0c5
Коммит
9f7d09fe23
|
@ -987,7 +987,7 @@ static const struct of_device_id ipmmu_of_ids[] = {
|
||||||
.compatible = "renesas,ipmmu-r8a779a0",
|
.compatible = "renesas,ipmmu-r8a779a0",
|
||||||
.data = &ipmmu_features_rcar_gen4,
|
.data = &ipmmu_features_rcar_gen4,
|
||||||
}, {
|
}, {
|
||||||
.compatible = "renesas,rcar-gen4-ipmmu",
|
.compatible = "renesas,rcar-gen4-ipmmu-vmsa",
|
||||||
.data = &ipmmu_features_rcar_gen4,
|
.data = &ipmmu_features_rcar_gen4,
|
||||||
}, {
|
}, {
|
||||||
/* Terminator */
|
/* Terminator */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче