hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
kernel/include/linux/mfd/max77620.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Defining registers address and its bit definitions of MAX77620 and MAX20024
34 *
45 * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved.
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms and conditions of the GNU General Public License,
8
- * version 2, as published by the Free Software Foundation.
96 */
107
118 #ifndef _MFD_MAX77620_H_
....@@ -324,6 +321,7 @@
324321 enum max77620_chip_id {
325322 MAX77620,
326323 MAX20024,
324
+ MAX77663,
327325 };
328326
329327 struct max77620_chip {
....@@ -331,7 +329,6 @@
331329 struct regmap *rmap;
332330
333331 int chip_irq;
334
- int irq_base;
335332
336333 /* chip id */
337334 enum max77620_chip_id chip_id;