Skip to content

Commit

Permalink
regulator: pfuze100: Fix address of FABID
Browse files Browse the repository at this point in the history
According to the datasheet, the address of FABID is 0x4. Fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Robin Gong <b38343@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 9, 2013
1 parent 6ce4eac commit a1b6fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/pfuze100-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1b6fa8

Please sign in to comment.