hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/include/linux/mfd/lp87565.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Functions to access LP87565 power management chip.
34 *
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/
96 */
107
118 #ifndef __LINUX_MFD_LP87565_H
....@@ -17,6 +14,8 @@
1714
1815 enum lp87565_device_type {
1916 LP87565_DEVICE_TYPE_UNKNOWN = 0,
17
+ LP87565_DEVICE_TYPE_LP87524_Q1,
18
+ LP87565_DEVICE_TYPE_LP87561_Q1,
2019 LP87565_DEVICE_TYPE_LP87565_Q1,
2120 };
2221
....@@ -249,6 +248,7 @@
249248 LP87565_BUCK_3,
250249 LP87565_BUCK_10,
251250 LP87565_BUCK_23,
251
+ LP87565_BUCK_3210,
252252 };
253253
254254 /**