diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-05-18 13:37:26 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-19 15:13:38 +0200 |
commit | 3fd10f3e25487121563fddfdd9c44cd863662b7a (patch) | |
tree | de04d0e3bfab614bab0aca94dd58d9c13e3d2450 /include | |
parent | 7e611272ddb3b41985ad881f549f4258e1469f65 (diff) |
pmic: pfuze100 fix typo
Change PUZE_100_SW1ABCONF to PFUZE100_SW1ABCONF
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/power/pfuze100_pmic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power/pfuze100_pmic.h b/include/power/pfuze100_pmic.h index 8e7a22d020f..57b9ca94afc 100644 --- a/include/power/pfuze100_pmic.h +++ b/include/power/pfuze100_pmic.h @@ -18,7 +18,7 @@ enum { PFUZE100_SW1ABSTBY = 0x21, PFUZE100_SW1ABOFF = 0x22, PFUZE100_SW1ABMODE = 0x23, - PUZE_100_SW1ABCONF = 0x24, + PFUZE100_SW1ABCONF = 0x24, PFUZE100_SW1CVOL = 0x2e, PFUZE100_SW1CSTBY = 0x2f, PFUZE100_SW1COFF = 0x30, |