hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/mfd/da9063/core.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0+ */
12 /*
23 * Definitions for DA9063 MFD driver
34 *
....@@ -5,12 +6,6 @@
56 *
67 * Author: Michal Hajduk, Dialog Semiconductor
78 * 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
- *
149 */
1510
1611 #ifndef __MFD_DA9063_CORE_H__
....@@ -40,6 +35,7 @@
4035 PMIC_DA9063_AD = 0x3,
4136 PMIC_DA9063_BB = 0x5,
4237 PMIC_DA9063_CA = 0x6,
38
+ PMIC_DA9063_DA = 0x7,
4339 };
4440
4541 /* Interrupts */