[U-Boot] [PATCH v1 25/41] net: mvpp2: finally add the PPv2.2 compatible string
Stefan Roese
sr at denx.de
Tue Mar 21 14:27:46 UTC 2017
From: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
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 at free-electrons.com>
Signed-off-by: Stefan Roese <sr at denx.de>
---
drivers/net/mvpp2.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/net/mvpp2.c b/drivers/net/mvpp2.c
index 745e46e4b4..203415f944 100644
--- a/drivers/net/mvpp2.c
+++ b/drivers/net/mvpp2.c
@@ -4538,6 +4538,10 @@ static const struct udevice_id mvpp2_ids[] = {
.compatible = "marvell,armada-375-pp2",
.data = MVPP21,
},
+ {
+ .compatible = "marvell,armada-7k-pp22",
+ .data = MVPP22,
+ },
{ }
};
--
2.12.0
More information about the U-Boot
mailing list