diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/blackstamp.c')
-rw-r--r-- | arch/blackfin/mach-bf533/boards/blackstamp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf533/boards/blackstamp.c b/arch/blackfin/mach-bf533/boards/blackstamp.c index 84a06f677dff..20c102285bef 100644 --- a/arch/blackfin/mach-bf533/boards/blackstamp.c +++ b/arch/blackfin/mach-bf533/boards/blackstamp.c | |||
@@ -368,8 +368,8 @@ static struct platform_device bfin_device_gpiokeys = { | |||
368 | #include <linux/i2c-gpio.h> | 368 | #include <linux/i2c-gpio.h> |
369 | 369 | ||
370 | static struct i2c_gpio_platform_data i2c_gpio_data = { | 370 | static struct i2c_gpio_platform_data i2c_gpio_data = { |
371 | .sda_pin = 8, | 371 | .sda_pin = GPIO_PF8, |
372 | .scl_pin = 9, | 372 | .scl_pin = GPIO_PF9, |
373 | .sda_is_open_drain = 0, | 373 | .sda_is_open_drain = 0, |
374 | .scl_is_open_drain = 0, | 374 | .scl_is_open_drain = 0, |
375 | .udelay = 40, | 375 | .udelay = 40, |