| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* Copyright (C) 2012 Dialog Semiconductor Ltd. |
|---|
| 2 | | - * |
|---|
| 3 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 4 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 5 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 6 | | - * (at your option) any later version. |
|---|
| 7 | | - * |
|---|
| 8 | 3 | */ |
|---|
| 9 | 4 | #ifndef __DA9055_PDATA_H |
|---|
| 10 | 5 | #define __DA9055_PDATA_H |
|---|
| .. | .. |
|---|
| 40 | 35 | int *gpio_rsel; |
|---|
| 41 | 36 | /* |
|---|
| 42 | 37 | * Regulator mode control bits value (GPI offset) that |
|---|
| 43 | | - * that controls the regulator state, 0 if not available. |
|---|
| 38 | + * controls the regulator state, 0 if not available. |
|---|
| 44 | 39 | */ |
|---|
| 45 | 40 | enum gpio_select *reg_ren; |
|---|
| 46 | 41 | /* |
|---|