From: Axel Lin Date: Mon, 9 Dec 2013 07:24:19 +0000 (+0800) Subject: regulator: pfuze100: Fix address of FABID X-Git-Tag: v4.14-rc1~8399^2~1^3~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1b6fa85c639ad0d5447d1a5e7d1463bbe29fcd3;p=platform%2Fkernel%2Flinux-rpi.git regulator: pfuze100: Fix address of FABID According to the datasheet, the address of FABID is 0x4. Fix it. Signed-off-by: Axel Lin Acked-by: Robin Gong Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index ba67b2c..565a631 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c @@ -38,7 +38,7 @@ #define PFUZE100_DEVICEID 0x0 #define PFUZE100_REVID 0x3 -#define PFUZE100_FABID 0x3 +#define PFUZE100_FABID 0x4 #define PFUZE100_SW1ABVOL 0x20 #define PFUZE100_SW1CVOL 0x2e