mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-11 23:50:25 +00:00
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: Stefan Roese <sr@denx.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
10d0f27c1b
commit
cdb3469778
@ -154,6 +154,10 @@ static int __devexit tah_remove(struct of_device *ofdev)
|
||||
|
||||
static struct of_device_id tah_match[] =
|
||||
{
|
||||
{
|
||||
.compatible = "ibm,tah",
|
||||
},
|
||||
/* For backward compat with old DT */
|
||||
{
|
||||
.type = "tah",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user