From: Philip Oberfichtner Date: Fri, 18 Mar 2022 11:04:37 +0000 (+0100) Subject: power: pfuze100: Add MEMx register definitions X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a194d59eec96f9fcad433a5035273d62ce2997af;p=u-boot.git power: pfuze100: Add MEMx register definitions Add missing MEMA - MEMD register definitions for PFUZE100. Based on work from Heiko Schocher . Signed-off-by: Philip Oberfichtner --- diff --git a/include/power/pfuze100_pmic.h b/include/power/pfuze100_pmic.h index f4383ed778..278f2549bf 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,