提交 0cbe70ee 编写于 作者: T Thomas Weber 提交者: Tony Lindgren

OMAP2: Devkit8000: Fix regulator for power supply

Devkit8000 uses the TPS65930 and not the TWL4030.
The TPS65930 uses only a subset of the power supplies
of the TWL4030.
Signed-off-by: NThomas Weber <weber@corscience.de>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 a34664de
...@@ -380,7 +380,7 @@ static struct twl4030_platform_data devkit8000_twldata = { ...@@ -380,7 +380,7 @@ static struct twl4030_platform_data devkit8000_twldata = {
static struct i2c_board_info __initdata devkit8000_i2c_boardinfo[] = { static struct i2c_board_info __initdata devkit8000_i2c_boardinfo[] = {
{ {
I2C_BOARD_INFO("twl4030", 0x48), I2C_BOARD_INFO("tps65930", 0x48),
.flags = I2C_CLIENT_WAKE, .flags = I2C_CLIENT_WAKE,
.irq = INT_34XX_SYS_NIRQ, .irq = INT_34XX_SYS_NIRQ,
.platform_data = &devkit8000_twldata, .platform_data = &devkit8000_twldata,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册