summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-20 10:54:31 (GMT)
committerStefan Roese <sr@denx.de>2017-03-29 05:42:01 (GMT)
commita83a6418a233349c48fec4a203a7d94333dc06d9 (patch)
treefab754c7078fe64b172b8495ec28631b749ee026 /drivers/net
parent09b3f948dc5a74c24da62d09e7d469ba4e71c93d (diff)
downloadu-boot-fsl-qoriq-a83a6418a233349c48fec4a203a7d94333dc06d9.tar.xz
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>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/mvpp2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/mvpp2.c b/drivers/net/mvpp2.c
index c683fff..16da28d 100644
--- a/drivers/net/mvpp2.c
+++ b/drivers/net/mvpp2.c
@@ -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,
+ },
{ }
};