From: Philip Oberfichtner <pro@denx.de>
To: u-boot@lists.denx.de
Cc: Heiko Schocher <hs@denx.de>,
matthias.winker@de.bosch.com, Philip Oberfichtner <pro@denx.de>,
Jaehoon Chung <jh80.chung@samsung.com>
Subject: [PATCH v2 1/2] power: pfuze100: Add MEMx register definitions
Date: Fri, 18 Mar 2022 12:04:37 +0100 [thread overview]
Message-ID: <20220318110438.2863532-2-pro@denx.de> (raw)
In-Reply-To: <20220318110438.2863532-1-pro@denx.de>
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>
---
(no changes since v1)
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
next prev parent reply other threads:[~2022-03-18 11:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-18 11:04 [PATCH v2 0/2] Add pmic bootcount driver Philip Oberfichtner
2022-03-18 11:04 ` Philip Oberfichtner [this message]
2022-03-26 2:46 ` [PATCH v2 1/2] power: pfuze100: Add MEMx register definitions Tom Rini
2022-03-18 11:04 ` [PATCH v2 2/2] bootcount: Add pmic pfuze100 bootcount driver Philip Oberfichtner
2022-03-26 2:46 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220318110438.2863532-2-pro@denx.de \
--to=pro@denx.de \
--cc=hs@denx.de \
--cc=jh80.chung@samsung.com \
--cc=matthias.winker@de.bosch.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox