| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * core.h |
|---|
| 3 | | - * |
|---|
| 4 | | - * copyright (c) 2011 Samsung Electronics Co., Ltd |
|---|
| 3 | + * Copyright (c) 2011 Samsung Electronics Co., Ltd |
|---|
| 5 | 4 | * http://www.samsung.com |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 8 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 10 | | - * option) any later version. |
|---|
| 11 | | - * |
|---|
| 12 | 5 | */ |
|---|
| 13 | 6 | |
|---|
| 14 | 7 | #ifndef __LINUX_MFD_SEC_CORE_H |
|---|
| .. | .. |
|---|
| 27 | 20 | #define MIN_850_MV 850000 |
|---|
| 28 | 21 | #define MIN_800_MV 800000 |
|---|
| 29 | 22 | #define MIN_750_MV 750000 |
|---|
| 23 | +#define MIN_650_MV 650000 |
|---|
| 30 | 24 | #define MIN_600_MV 600000 |
|---|
| 31 | 25 | #define MIN_500_MV 500000 |
|---|
| 32 | 26 | |
|---|