Skip to content
Snippets Groups Projects
Commit cdb34697 authored by Stefan Roese's avatar Stefan Roese Committed by Jeff Garzik
Browse files

NEWEMAC: Add compatible "ibm,tah" to tah matching table


Add "ibm,tah" to the compatible matching table of the ibm_newemac
tah driver. The type "tah" is still preserved for compatibility reasons.
New dts files should use the compatible property though.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 10d0f27c
No related merge requests found
...@@ -154,6 +154,10 @@ static int __devexit tah_remove(struct of_device *ofdev) ...@@ -154,6 +154,10 @@ static int __devexit tah_remove(struct of_device *ofdev)
static struct of_device_id tah_match[] = static struct of_device_id tah_match[] =
{ {
{
.compatible = "ibm,tah",
},
/* For backward compat with old DT */
{ {
.type = "tah", .type = "tah",
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment