]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers: net: xgene: Add ACPI support for SGMII0 and XFI1 interface of 2nd H/W versio...
authorSuman Tripathi <stripathi@apm.com>
Tue, 23 Jun 2015 09:17:16 +0000 (14:47 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2015 14:19:21 +0000 (07:19 -0700)
This patch adds the ACPI support for SGMII0 and XFI1 interface of
2nd H/W version of APM X-Gene SoC ethernet controller.

Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/apm/xgene/xgene_enet_main.c

index 0d6ac7aad26873bdc0bfbcb630dcc141d93d6946..6c4e7ac9226f7f7239dcd3005772deb4fa5bd67b 100644 (file)
@@ -1289,6 +1289,8 @@ static const struct acpi_device_id xgene_enet_acpi_match[] = {
        { "APMC0D05", XGENE_ENET1},
        { "APMC0D30", XGENE_ENET1},
        { "APMC0D31", XGENE_ENET1},
+       { "APMC0D26", XGENE_ENET2},
+       { "APMC0D25", XGENE_ENET2},
        { }
 };
 MODULE_DEVICE_TABLE(acpi, xgene_enet_acpi_match);