projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34664d
)
OMAP2: Devkit8000: Fix regulator for power supply
author
Thomas Weber
<weber@corscience.de>
Mon, 5 Jul 2010 14:04:42 +0000
(17:04 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 5 Jul 2010 14:04:42 +0000
(17:04 +0300)
Devkit8000 uses the TPS65930 and not the TWL4030.
The TPS65930 uses only a subset of the power supplies
of the TWL4030.
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-devkit8000.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-devkit8000.c
b/arch/arm/mach-omap2/board-devkit8000.c
index 4ad57d22702d9e133b91326298250159197696f0..ca4d521947ac3dd3423c2f872c1a542dae96b442 100644
(file)
--- a/
arch/arm/mach-omap2/board-devkit8000.c
+++ b/
arch/arm/mach-omap2/board-devkit8000.c
@@
-380,7
+380,7
@@
static struct twl4030_platform_data devkit8000_twldata = {
static struct i2c_board_info __initdata devkit8000_i2c_boardinfo[] = {
{
- I2C_BOARD_INFO("t
wl40
30", 0x48),
+ I2C_BOARD_INFO("t
ps659
30", 0x48),
.flags = I2C_CLIENT_WAKE,
.irq = INT_34XX_SYS_NIRQ,
.platform_data = &devkit8000_twldata,