Merge remote-tracking branches 'regulator/topic/axp20x', 'regulator/topic/bd9571mwv', 'regulator/topic/da9061' and 'regulator/topic/hi6421' into regulator-next
This commit is contained in:
@@ -119,6 +119,17 @@ enum axp20x_variants {
|
||||
#define AXP806_BUS_ADDR_EXT 0xfe
|
||||
#define AXP806_REG_ADDR_EXT 0xff
|
||||
|
||||
#define AXP803_POLYPHASE_CTRL 0x14
|
||||
#define AXP803_FLDO1_V_OUT 0x1c
|
||||
#define AXP803_FLDO2_V_OUT 0x1d
|
||||
#define AXP803_DCDC1_V_OUT 0x20
|
||||
#define AXP803_DCDC2_V_OUT 0x21
|
||||
#define AXP803_DCDC3_V_OUT 0x22
|
||||
#define AXP803_DCDC4_V_OUT 0x23
|
||||
#define AXP803_DCDC5_V_OUT 0x24
|
||||
#define AXP803_DCDC6_V_OUT 0x25
|
||||
#define AXP803_DCDC_FREQ_CTRL 0x3b
|
||||
|
||||
/* Interrupt */
|
||||
#define AXP152_IRQ1_EN 0x40
|
||||
#define AXP152_IRQ2_EN 0x41
|
||||
@@ -350,6 +361,32 @@ enum {
|
||||
AXP809_REG_ID_MAX,
|
||||
};
|
||||
|
||||
enum {
|
||||
AXP803_DCDC1 = 0,
|
||||
AXP803_DCDC2,
|
||||
AXP803_DCDC3,
|
||||
AXP803_DCDC4,
|
||||
AXP803_DCDC5,
|
||||
AXP803_DCDC6,
|
||||
AXP803_DC1SW,
|
||||
AXP803_ALDO1,
|
||||
AXP803_ALDO2,
|
||||
AXP803_ALDO3,
|
||||
AXP803_DLDO1,
|
||||
AXP803_DLDO2,
|
||||
AXP803_DLDO3,
|
||||
AXP803_DLDO4,
|
||||
AXP803_ELDO1,
|
||||
AXP803_ELDO2,
|
||||
AXP803_ELDO3,
|
||||
AXP803_FLDO1,
|
||||
AXP803_FLDO2,
|
||||
AXP803_RTC_LDO,
|
||||
AXP803_LDO_IO0,
|
||||
AXP803_LDO_IO1,
|
||||
AXP803_REG_ID_MAX,
|
||||
};
|
||||
|
||||
/* IRQs */
|
||||
enum {
|
||||
AXP152_IRQ_LDO0IN_CONNECT = 1,
|
||||
|
Reference in New Issue
Block a user