| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Definitions for DA9063 MFD driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Michal Hajduk, Dialog Semiconductor |
|---|
| 7 | 8 | * Author: Krystian Garbaciak, Dialog Semiconductor |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 11 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 12 | | - * option) any later version. |
|---|
| 13 | | - * |
|---|
| 14 | 9 | */ |
|---|
| 15 | 10 | |
|---|
| 16 | 11 | #ifndef __MFD_DA9063_CORE_H__ |
|---|
| .. | .. |
|---|
| 40 | 35 | PMIC_DA9063_AD = 0x3, |
|---|
| 41 | 36 | PMIC_DA9063_BB = 0x5, |
|---|
| 42 | 37 | PMIC_DA9063_CA = 0x6, |
|---|
| 38 | + PMIC_DA9063_DA = 0x7, |
|---|
| 43 | 39 | }; |
|---|
| 44 | 40 | |
|---|
| 45 | 41 | /* Interrupts */ |
|---|