* [PATCH] powerpc: remove CS4270 i2c data from fsl_soc.c
@ 2008-06-24 22:51 Timur Tabi
0 siblings, 0 replies; only message in thread
From: Timur Tabi @ 2008-06-24 22:51 UTC (permalink / raw)
To: galak, linuxppc-dev
The i2c_devices[] array in fsl_soc.c lists new-style I2C drivers that have
device tree nodes. The CS4270 driver is not a new-style driver, and won't be
in 2.6.27, so it should not appear in this array. Its presence in this array
blocks the old-style driver from finding the device.
This patch reverts commit 64f9b5ee17ee7974d7cc58d75221432d86960ba3.
Signed-off-by: Timur Tabi <timur@freescale.com>
---
This patch is for Kumar's powerpc-next branch.
arch/powerpc/sysdev/fsl_soc.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/fsl_soc.c
index ca54563..97b9d44 100644
--- a/arch/powerpc/sysdev/fsl_soc.c
+++ b/arch/powerpc/sysdev/fsl_soc.c
@@ -433,7 +433,6 @@ static struct i2c_driver_device i2c_devices[] __initdata = {
{"dallas,ds1340", "ds1340"},
{"stm,m41t00", "m41t00"},
{"dallas,ds1374", "ds1374"},
- {"cirrus,cs4270", "cs4270"},
};
static int __init of_find_i2c_driver(struct device_node *node,
--
1.5.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-24 22:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 22:51 [PATCH] powerpc: remove CS4270 i2c data from fsl_soc.c Timur Tabi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).