aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Oberfichtner <pro@denx.de>2022-03-18 12:04:37 +0100
committerTom Rini <trini@konsulko.com>2022-03-25 16:42:40 -0400
commita194d59eec96f9fcad433a5035273d62ce2997af (patch)
tree1ca7a335776268a0661f29d0bc5fd4e988deb05c
parent88ca8e26958b67c05844e7be85a7e983eb594793 (diff)
downloadu-boot-a194d59eec96f9fcad433a5035273d62ce2997af.zip
u-boot-a194d59eec96f9fcad433a5035273d62ce2997af.tar.gz
u-boot-a194d59eec96f9fcad433a5035273d62ce2997af.tar.bz2
power: pfuze100: Add MEMx register definitions
Add missing MEMA - MEMD register definitions for PFUZE100. Based on work from Heiko Schocher <hs@denx.de>. Signed-off-by: Philip Oberfichtner <pro@denx.de>
-rw-r--r--include/power/pfuze100_pmic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/power/pfuze100_pmic.h b/include/power/pfuze100_pmic.h
index f4383ed..278f254 100644
--- a/include/power/pfuze100_pmic.h
+++ b/include/power/pfuze100_pmic.h
@@ -18,6 +18,11 @@ enum {
PFUZE100_REVID = 0x03,
PFUZE100_FABID = 0x04,
+ PFUZE100_MEMA = 0x1c,
+ PFUZE100_MEMB = 0x1d,
+ PFUZE100_MEMC = 0x1e,
+ PFUZE100_MEMD = 0x1f,
+
PFUZE100_SW1ABVOL = 0x20,
PFUZE100_SW1ABSTBY = 0x21,
PFUZE100_SW1ABOFF = 0x22,