Skip to content

Commit 8ae8181

Browse files
marexLee Jones
authored andcommitted
mfd: da9063: Add DA9063L type
Add type for DA9063L, which is a reduced variant of the DA9063 without RTC block and with less regulators. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Steve Twiss <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 492510d commit 8ae8181

File tree

1 file changed

+1
-0
lines changed
  • include/linux/mfd/da9063

1 file changed

+1
-0
lines changed

include/linux/mfd/da9063/core.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
enum da9063_type {
3535
PMIC_TYPE_DA9063 = 0,
36+
PMIC_TYPE_DA9063L,
3637
};
3738

3839
enum da9063_variant_codes {

0 commit comments

Comments
 (0)