mfd: mt6359: Add missing defines necessary for mtk-pmic-keys support
Add 2 missing MT6359 registers that are needed to implement the keyboard driver. Signed-off-by: Fabien Parent <fparent@baylibre.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20220415153629.1817202-3-fparent@baylibre.com
This commit is contained in:
parent
3b49ae380c
commit
82028ba4d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue