.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2015-2017 Dialog Semiconductor |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or |
---|
5 | | - * modify it under the terms of the GNU General Public License |
---|
6 | | - * as published by the Free Software Foundation; either version 2 |
---|
7 | | - * of the License, or (at your option) any later version. |
---|
8 | | - * |
---|
9 | | - * This program is distributed in the hope that it will be useful, |
---|
10 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
12 | | - * GNU General Public License for more details. |
---|
13 | 4 | */ |
---|
14 | 5 | |
---|
15 | 6 | #ifndef __DA9062_H__ |
---|
.. | .. |
---|
806 | 797 | #define DA9062AA_BUCK3_SL_A_SHIFT 7 |
---|
807 | 798 | #define DA9062AA_BUCK3_SL_A_MASK BIT(7) |
---|
808 | 799 | |
---|
| 800 | +/* DA9062AA_VLDO[1-4]_A common */ |
---|
| 801 | +#define DA9062AA_VLDO_A_MIN_SEL 2 |
---|
| 802 | + |
---|
809 | 803 | /* DA9062AA_VLDO1_A = 0x0A9 */ |
---|
810 | 804 | #define DA9062AA_VLDO1_A_SHIFT 0 |
---|
811 | 805 | #define DA9062AA_VLDO1_A_MASK 0x3f |
---|