summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm5102-tables.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-10-31 15:54:37 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2012-11-20 12:35:16 +0100
commit78a3c5ab1749cb78eb06b581c3c13d8e027bef40 (patch)
tree7b7f49e283b16bdb2ce65496bae88a30a200eb4d /drivers/mfd/wm5102-tables.c
parentf4a75d2eb7b1e2206094b901be09adb31ba63681 (diff)
downloadop-kernel-dev-78a3c5ab1749cb78eb06b581c3c13d8e027bef40.zip
op-kernel-dev-78a3c5ab1749cb78eb06b581c3c13d8e027bef40.tar.gz
mfd: twl-core: Fix chip ID for the twl6030-pwm module
The correct chip id is 1 since the PWM module is on address 0x49. With the current TWL6030_MODULE_ID1 the kernel will crash early since we have: #define TWL6030_MODULE_ID1 0x0E and static struct twl_client twl_modules[4]; Down in the stack we try to get the module by: struct twl_client *twl = &twl_modules[chip]; Which is obviously going to do nasty things. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/wm5102-tables.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud