All of lore.kernel.org
 help / color / mirror / Atom feed
* i2c-ibm_iic.c fix
@ 2008-01-26  5:44 Sean MacLennan
  0 siblings, 0 replies; only message in thread
From: Sean MacLennan @ 2008-01-26  5:44 UTC (permalink / raw)
  To: linuxppc-dev

If anybody is following this patch it needs to be updated. It was 
recommended that the device_type be removed from the dts files. But the 
table matches the type, so I changed the table to only match the 
compatibility. I can give people a full blown patch if they want it. But 
basically the table should look like follows:

static const struct of_device_id ibm_iic_match[] =
{
	{ .compatible = "ibm,iic-405ex", },
	{ .compatible = "ibm,iic-405gp", },
	{ .compatible = "ibm,iic-440gp", },
	{ .compatible = "ibm,iic-440gpx", },
	{ .compatible = "ibm,iic-440grx", },
	{}
};



Cheers,
   Sean

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-26  5:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-26  5:44 i2c-ibm_iic.c fix Sean MacLennan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.