瀏覽代碼

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>
Thomas Petazzoni 8 年之前
父節點
當前提交
a83a6418a2
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/net/mvpp2.c

+ 4 - 0
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,
+	},
 	{ }
 };