.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * AD7792/AD7793 SPI ADC driver |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2011 Analog Devices Inc. |
---|
5 | | - * |
---|
6 | | - * Licensed under the GPL-2. |
---|
7 | 6 | */ |
---|
8 | 7 | #ifndef __LINUX_PLATFORM_DATA_AD7793_H__ |
---|
9 | 8 | #define __LINUX_PLATFORM_DATA_AD7793_H__ |
---|
.. | .. |
---|
41 | 40 | * enum ad7793_refsel - AD7793 reference voltage selection |
---|
42 | 41 | * @AD7793_REFSEL_REFIN1: External reference applied between REFIN1(+) |
---|
43 | 42 | * and REFIN1(-). |
---|
44 | | - * @AD7793_REFSEL_REFIN2: External reference applied between REFIN2(+) and |
---|
| 43 | + * @AD7793_REFSEL_REFIN2: External reference applied between REFIN2(+) |
---|
45 | 44 | * and REFIN1(-). Only valid for AD7795/AD7796. |
---|
46 | 45 | * @AD7793_REFSEL_INTERNAL: Internal 1.17 V reference. |
---|
47 | 46 | */ |
---|