]> git.sur5r.net Git - u-boot/commitdiff
net: mvpp2: finally add the PPv2.2 compatible string
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 20 Feb 2017 10:54:31 +0000 (11:54 +0100)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:42:01 +0000 (07:42 +0200)
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>
drivers/net/mvpp2.c

index c683fff53f86e7666fc6c10389d2680e774b8fd0..16da28de69bb70695270be42f84d68e26cf543f0 100644 (file)
@@ -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,
+       },
        { }
 };