aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2011-09-15 08:39:24 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-19 18:15:38 -0400
commita69882aec380512e5d6acff9bfc4336dc5162bb4 (patch)
tree4b0361e0b2c1f453583310ecb52ac589452ae829 /drivers
parent2d7c957e2ec0aebdd595a32b884a51270d34d28d (diff)
MFD: twl6040: Add accessor for revision ID
For client driver to use, if they need chip resvision information. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/twl6040-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl6040-core.c b/drivers/mfd/twl6040-core.c
index b0519e663be9..51c3b47be655 100644
--- a/drivers/mfd/twl6040-core.c
+++ b/drivers/mfd/twl6040-core.c
@@ -491,7 +491,7 @@ static int __devinit twl6040_probe(struct platform_device *pdev)
491 } 491 }
492 492
493 /* ERRATA: Automatic power-up is not possible in ES1.0 */ 493 /* ERRATA: Automatic power-up is not possible in ES1.0 */
494 if (twl6040->rev == TWL6040_REV_ES1_0) 494 if (twl6040_get_revid(twl6040) == TWL6040_REV_ES1_0)
495 twl6040->audpwron = -EINVAL; 495 twl6040->audpwron = -EINVAL;
496 496
497 /* codec interrupt */ 497 /* codec interrupt */