mfd: da9063: Add support for latest DA silicon revision
This update adds new regmap tables to support the latest DA silicon which will automatically be selected based on the chip and variant information read from the device. Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
091c611086
commit
9ece3601ae
2 changed files with 82 additions and 10 deletions
|
|
@ -35,6 +35,7 @@ enum da9063_variant_codes {
|
|||
PMIC_DA9063_AD = 0x3,
|
||||
PMIC_DA9063_BB = 0x5,
|
||||
PMIC_DA9063_CA = 0x6,
|
||||
PMIC_DA9063_DA = 0x7,
|
||||
};
|
||||
|
||||
/* Interrupts */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue