mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:37:29 +02:00
79a88f017c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28961 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
629 B
Diff
18 lines
629 B
Diff
--- a/arch/mips/lantiq/falcon/devices.c
|
|
+++ b/arch/mips/lantiq/falcon/devices.c
|
|
@@ -130,10 +130,10 @@ falcon_register_gpio_extra(void)
|
|
/* i2c */
|
|
static struct resource falcon_i2c_resources[] = {
|
|
MEM_RES("i2c", LTQ_I2C_BASE_ADDR, LTQ_I2C_SIZE),
|
|
- IRQ_RES("i2c_lb", FALCON_IRQ_I2C_LBREQ),
|
|
- IRQ_RES("i2c_b", FALCON_IRQ_I2C_BREQ),
|
|
- IRQ_RES("i2c_err", FALCON_IRQ_I2C_I2C_ERR),
|
|
- IRQ_RES("i2c_p", FALCON_IRQ_I2C_I2C_P),
|
|
+ IRQ_RES(i2c_lb, FALCON_IRQ_I2C_LBREQ),
|
|
+ IRQ_RES(i2c_b, FALCON_IRQ_I2C_BREQ),
|
|
+ IRQ_RES(i2c_err, FALCON_IRQ_I2C_I2C_ERR),
|
|
+ IRQ_RES(i2c_p, FALCON_IRQ_I2C_I2C_P),
|
|
};
|
|
|
|
void __init falcon_register_i2c(void)
|