mfd: Add support for ab8500 v3.3
This patch adds support for ab8500 cut 3, MetalFix 3 or v3.3. Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com> Reviewed-by: Jonas Aaberg <jonas.aberg@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
e6f9306e27
commit
0e9049ecc2
|
@ -849,6 +849,7 @@ int __devinit ab8500_init(struct ab8500 *ab8500)
|
|||
case AB8500_CUT1P1:
|
||||
case AB8500_CUT2P0:
|
||||
case AB8500_CUT3P0:
|
||||
case AB8500_CUT3P3:
|
||||
dev_info(ab8500->dev, "detected chip, revision: %#x\n", value);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue