.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Functions to access LP87565 power management chip. |
---|
3 | 4 | * |
---|
4 | | - * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or |
---|
7 | | - * modify it under the terms of the GNU General Public License as |
---|
8 | | - * published by the Free Software Foundation version 2. |
---|
| 5 | + * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | #ifndef __LINUX_MFD_LP87565_H |
---|
.. | .. |
---|
17 | 14 | |
---|
18 | 15 | enum lp87565_device_type { |
---|
19 | 16 | LP87565_DEVICE_TYPE_UNKNOWN = 0, |
---|
| 17 | + LP87565_DEVICE_TYPE_LP87524_Q1, |
---|
| 18 | + LP87565_DEVICE_TYPE_LP87561_Q1, |
---|
20 | 19 | LP87565_DEVICE_TYPE_LP87565_Q1, |
---|
21 | 20 | }; |
---|
22 | 21 | |
---|
.. | .. |
---|
249 | 248 | LP87565_BUCK_3, |
---|
250 | 249 | LP87565_BUCK_10, |
---|
251 | 250 | LP87565_BUCK_23, |
---|
| 251 | + LP87565_BUCK_3210, |
---|
252 | 252 | }; |
---|
253 | 253 | |
---|
254 | 254 | /** |
---|