net: mvpp2: finally add the PPv2.2 compatible string
Now that the mvpp2 driver has been modified to accommodate the support for PPv2.2, we can finally advertise this support by adding the appropriate compatible string. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
09b3f948dc
commit
a83a6418a2
@ -4541,6 +4541,10 @@ static const struct udevice_id mvpp2_ids[] = {
|
||||
.compatible = "marvell,armada-375-pp2",
|
||||
.data = MVPP21,
|
||||
},
|
||||
{
|
||||
.compatible = "marvell,armada-7k-pp22",
|
||||
.data = MVPP22,
|
||||
},
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user