|
|
@@ -2120,9 +2120,14 @@ static const struct emac_platform_data am3517_emac_data = {
|
|
|
.hw_ram_addr = 0x01e20000,
|
|
|
};
|
|
|
|
|
|
+static const struct emac_platform_data dm816_emac_data = {
|
|
|
+ .version = EMAC_VERSION_2,
|
|
|
+};
|
|
|
+
|
|
|
static const struct of_device_id davinci_emac_of_match[] = {
|
|
|
{.compatible = "ti,davinci-dm6467-emac", },
|
|
|
{.compatible = "ti,am3517-emac", .data = &am3517_emac_data, },
|
|
|
+ {.compatible = "ti,dm816-emac", .data = &dm816_emac_data, },
|
|
|
{},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, davinci_emac_of_match);
|