[PATCH 1/2] power: pfuze100: Add MEMx register definitions
Philip Oberfichtner
pro at denx.de
Fri Feb 25 14:54:03 CET 2022
Add missing MEMA - MEMD register definitions for PFUZE100.
Based on work from Heiko Schocher <hs at denx.de>.
Signed-off-by: Philip Oberfichtner <pro at denx.de>
---
include/power/pfuze100_pmic.h | 5 +++++
1 file changed, 5 insertions(+)
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,
--
2.34.1
More information about the U-Boot
mailing list