diff mbox series

[2/7] mfd: add missing defines necessary for mtk-pmic-keys support

Message ID 20220415153629.1817202-3-fparent@baylibre.com (mailing list archive)
State New, archived
Headers show
Series Input: mtk-pmic-keys: Add support for MT6359 PMIC | expand

Commit Message

Fabien Parent April 15, 2022, 3:36 p.m. UTC
Add 2 missing MT6359 registers that are needed to implement
the keyboard driver.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 include/linux/mfd/mt6359/registers.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Lee Jones April 26, 2022, 2:14 p.m. UTC | #1
On Fri, 15 Apr 2022, Fabien Parent wrote:

> Add 2 missing MT6359 registers that are needed to implement
> the keyboard driver.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> ---
>  include/linux/mfd/mt6359/registers.h | 2 ++
>  1 file changed, 2 insertions(+)

I fixed the subject line for you and applied, thanks.
diff mbox series

Patch

diff --git a/include/linux/mfd/mt6359/registers.h b/include/linux/mfd/mt6359/registers.h
index 2135c9695918..2a4394a27b1c 100644
--- a/include/linux/mfd/mt6359/registers.h
+++ b/include/linux/mfd/mt6359/registers.h
@@ -8,6 +8,8 @@ 
 
 /* PMIC Registers */
 #define MT6359_SWCID                         0xa
+#define MT6359_TOPSTATUS                     0x2a
+#define MT6359_TOP_RST_MISC                  0x14c
 #define MT6359_MISC_TOP_INT_CON0             0x188
 #define MT6359_MISC_TOP_INT_STATUS0          0x194
 #define MT6359_TOP_INT_STATUS0               0x19e