diff options
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7790.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7790.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c index 66476d21544d..d6589f33f31a 100644 --- a/arch/arm/mach-shmobile/setup-r8a7790.c +++ b/arch/arm/mach-shmobile/setup-r8a7790.c | |||
@@ -81,7 +81,7 @@ static struct resource i2c_resources[] __initdata = { | |||
81 | 81 | ||
82 | #define r8a7790_register_i2c(idx) \ | 82 | #define r8a7790_register_i2c(idx) \ |
83 | platform_device_register_simple( \ | 83 | platform_device_register_simple( \ |
84 | "i2c-rcar", idx, \ | 84 | "i2c-rcar_gen2", idx, \ |
85 | i2c_resources + (2 * idx), 2); \ | 85 | i2c_resources + (2 * idx), 2); \ |
86 | 86 | ||
87 | void __init r8a7790_pinmux_init(void) | 87 | void __init r8a7790_pinmux_init(void) |