diff options
Diffstat (limited to 'drivers/regulator/da9211-regulator.h')
-rw-r--r-- | drivers/regulator/da9211-regulator.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/regulator/da9211-regulator.h b/drivers/regulator/da9211-regulator.h index 88b1769e8058..93fa9df2721c 100644 --- a/drivers/regulator/da9211-regulator.h +++ b/drivers/regulator/da9211-regulator.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * da9211-regulator.h - Regulator definitions for DA9211 | 2 | * da9211-regulator.h - Regulator definitions for DA9211/DA9213 |
3 | * Copyright (C) 2014 Dialog Semiconductor Ltd. | 3 | * Copyright (C) 2014 Dialog Semiconductor Ltd. |
4 | * | 4 | * |
5 | * This library is free software; you can redistribute it and/or | 5 | * This library is free software; you can redistribute it and/or |
@@ -53,12 +53,15 @@ | |||
53 | /* BUCK Phase Selection*/ | 53 | /* BUCK Phase Selection*/ |
54 | #define DA9211_REG_CONFIG_E 0x147 | 54 | #define DA9211_REG_CONFIG_E 0x147 |
55 | 55 | ||
56 | /* Device ID */ | ||
57 | #define DA9211_REG_DEVICE_ID 0x201 | ||
58 | |||
56 | /* | 59 | /* |
57 | * Registers bits | 60 | * Registers bits |
58 | */ | 61 | */ |
59 | /* DA9211_REG_PAGE_CON (addr=0x00) */ | 62 | /* DA9211_REG_PAGE_CON (addr=0x00) */ |
60 | #define DA9211_REG_PAGE_SHIFT 1 | 63 | #define DA9211_REG_PAGE_SHIFT 1 |
61 | #define DA9211_REG_PAGE_MASK 0x02 | 64 | #define DA9211_REG_PAGE_MASK 0x06 |
62 | /* On I2C registers 0x00 - 0xFF */ | 65 | /* On I2C registers 0x00 - 0xFF */ |
63 | #define DA9211_REG_PAGE0 0 | 66 | #define DA9211_REG_PAGE0 0 |
64 | /* On I2C registers 0x100 - 0x1FF */ | 67 | /* On I2C registers 0x100 - 0x1FF */ |