aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/devices.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-04-13 14:43:25 +0800
committerEric Miao <eric.y.miao@gmail.com>2009-06-05 10:21:42 +0800
commitf23d4911319fdebffd0529b31bb66d324ef287e6 (patch)
tree4f197538492fd2364dbbcc1ff7f36c63f2aa7641 /arch/arm/mach-pxa/devices.c
parentLinux 2.6.30-rc8 (diff)
downloadlinux-dev-f23d4911319fdebffd0529b31bb66d324ef287e6.tar.xz
linux-dev-f23d4911319fdebffd0529b31bb66d324ef287e6.zip
[ARM] pxa: add platform device ID table to pxa i2c driver
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/devices.c')
-rw-r--r--arch/arm/mach-pxa/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c
index d245e59c51b1..899418e18a21 100644
--- a/arch/arm/mach-pxa/devices.c
+++ b/arch/arm/mach-pxa/devices.c
@@ -287,7 +287,7 @@ static struct resource pxa3xx_resources_i2c_power[] = {
};
struct platform_device pxa3xx_device_i2c_power = {
- .name = "pxa2xx-i2c",
+ .name = "pxa3xx-pwri2c",
.id = 1,
.resource = pxa3xx_resources_i2c_power,
.num_resources = ARRAY_SIZE(pxa3xx_resources_i2c_power),