aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-02-20 11:54:31 +0100
committerStefan Roese <sr@denx.de>2017-03-29 07:42:01 +0200
commita83a6418a233349c48fec4a203a7d94333dc06d9 (patch)
treefab754c7078fe64b172b8495ec28631b749ee026 /drivers
parent09b3f948dc5a74c24da62d09e7d469ba4e71c93d (diff)
downloadu-boot-a83a6418a233349c48fec4a203a7d94333dc06d9.zip
u-boot-a83a6418a233349c48fec4a203a7d94333dc06d9.tar.gz
u-boot-a83a6418a233349c48fec4a203a7d94333dc06d9.tar.bz2
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')
-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,
+ },
{ }
};