.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * fan53555.h - Fairchild Regulator FAN53555 Driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2012 Marvell Technology Ltd. |
---|
5 | 6 | * Yunfan Zhang <yfzhang@marvell.com> |
---|
6 | | - * |
---|
7 | | - * This package is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License version 2 as |
---|
9 | | - * published by the Free Software Foundation. |
---|
10 | | - * |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | #ifndef __FAN53555_H__ |
---|
.. | .. |
---|
56 | 52 | unsigned int slew_rate; |
---|
57 | 53 | /* Sleep VSEL ID */ |
---|
58 | 54 | unsigned int sleep_vsel_id; |
---|
59 | | - int limit_volt; |
---|
60 | | - struct gpio_desc *vsel_gpio; |
---|
61 | 55 | }; |
---|
62 | 56 | |
---|
63 | 57 | #endif /* __FAN53555_H__ */ |
---|