From: Philip Oberfichtner <pro@denx.de>
Date: Fri, 18 Mar 2022 11:04:37 +0000 (+0100)
Subject: power: pfuze100: Add MEMx register definitions
X-Git-Tag: v2025.01-rc5-pxa1908~1478^2~8^2~1
X-Git-Url: http://git.dujemihanovic.xyz/img/login.html?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 <hs@denx.de>.
Signed-off-by: Philip Oberfichtner <pro@denx.de>
---

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,