diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 22:21:07 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-08 22:21:07 +0200 |
commit | aab3a70e98a1492833c713fe095dbdccb3bc6262 (patch) | |
tree | 4cdd2e9a8293f1d86f72537487f8ebf50ddde11e /arch/arm/mach-omap2/board-2430sdp.c | |
parent | 98e87d57aab9b1594f9cc53a386fcb6f2f2ba6e2 (diff) | |
parent | b8e111a74d281b70e88bd67fec48cfda4f9bdce2 (diff) |
Merge branch 'omap/fixes-for-3.1' into fixes
Diffstat (limited to 'arch/arm/mach-omap2/board-2430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-2430sdp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 2028464cf5b..f79b7d2a8ed 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c @@ -193,7 +193,8 @@ static int __init omap2430_i2c_init(void) { omap_register_i2c_bus(1, 100, sdp2430_i2c1_boardinfo, ARRAY_SIZE(sdp2430_i2c1_boardinfo)); - omap2_pmic_init("twl4030", &sdp2430_twldata); + omap_pmic_init(2, 100, "twl4030", INT_24XX_SYS_NIRQ, + &sdp2430_twldata); return 0; } |