Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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",
	},