summaryrefslogtreecommitdiffstats
path: root/include/power
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-05-18 13:37:26 +0800
committerStefano Babic <sbabic@denx.de>2015-05-19 15:13:38 +0200
commit3fd10f3e25487121563fddfdd9c44cd863662b7a (patch)
treede04d0e3bfab614bab0aca94dd58d9c13e3d2450 /include/power
parent7e611272ddb3b41985ad881f549f4258e1469f65 (diff)
downloadblackbird-obmc-uboot-3fd10f3e25487121563fddfdd9c44cd863662b7a.tar.gz
blackbird-obmc-uboot-3fd10f3e25487121563fddfdd9c44cd863662b7a.zip
pmic: pfuze100 fix typo
Change PUZE_100_SW1ABCONF to PFUZE100_SW1ABCONF Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/power')
-rw-r--r--include/power/pfuze100_pmic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power/pfuze100_pmic.h b/include/power/pfuze100_pmic.h
index 8e7a22d020..57b9ca94af 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,
OpenPOWER on IntegriCloud