diff options
author | Yash Shah <yash.shah@sifive.com> | 2019-08-27 01:06:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-28 17:05:48 -0400 |
commit | 6342ea886771d65d718d07049c75b25b27e60cfd (patch) | |
tree | 99bf875fd5320ae861416353ef5a3ba5cb4d8fe4 | |
parent | abecec415dc2b5a5d11fe1b17963564b13f2ff20 (diff) |
macb: Update compatibility string for SiFive FU540-C000
Update the compatibility string for SiFive FU540-C000 as per the new
string updated in the binding doc.
Reference:
https://lore.kernel.org/netdev/CAJ2_jOFEVZQat0Yprg4hem4jRrqkB72FKSeQj4p8P5KA-+rgww@mail.gmail.com/
Signed-off-by: Yash Shah <yash.shah@sifive.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Paul Walmsley <paul.walmsley@sifive.com>
Tested-by: Paul Walmsley <paul.walmsley@sifive.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/cadence/macb_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c index 5ca17e62dc3e..35b59b5edf0f 100644 --- a/drivers/net/ethernet/cadence/macb_main.c +++ b/drivers/net/ethernet/cadence/macb_main.c | |||
@@ -4154,7 +4154,7 @@ static const struct of_device_id macb_dt_ids[] = { | |||
4154 | { .compatible = "cdns,emac", .data = &emac_config }, | 4154 | { .compatible = "cdns,emac", .data = &emac_config }, |
4155 | { .compatible = "cdns,zynqmp-gem", .data = &zynqmp_config}, | 4155 | { .compatible = "cdns,zynqmp-gem", .data = &zynqmp_config}, |
4156 | { .compatible = "cdns,zynq-gem", .data = &zynq_config }, | 4156 | { .compatible = "cdns,zynq-gem", .data = &zynq_config }, |
4157 | { .compatible = "sifive,fu540-macb", .data = &fu540_c000_config }, | 4157 | { .compatible = "sifive,fu540-c000-gem", .data = &fu540_c000_config }, |
4158 | { /* sentinel */ } | 4158 | { /* sentinel */ } |
4159 | }; | 4159 | }; |
4160 | MODULE_DEVICE_TABLE(of, macb_dt_ids); | 4160 | MODULE_DEVICE_TABLE(of, macb_dt_ids); |