diff options
Diffstat (limited to 'drivers/iio/adc/lpc18xx_adc.c')
-rw-r--r-- | drivers/iio/adc/lpc18xx_adc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/lpc18xx_adc.c b/drivers/iio/adc/lpc18xx_adc.c index 041dc4a3f66c..e400a95f553d 100644 --- a/drivers/iio/adc/lpc18xx_adc.c +++ b/drivers/iio/adc/lpc18xx_adc.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * IIO ADC driver for NXP LPC18xx ADC | 3 | * IIO ADC driver for NXP LPC18xx ADC |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Joachim Eastwood <manabian@gmail.com> | 5 | * Copyright (C) 2016 Joachim Eastwood <manabian@gmail.com> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * UNSUPPORTED hardware features: | 7 | * UNSUPPORTED hardware features: |
11 | * - Hardware triggers | 8 | * - Hardware triggers |
12 | * - Burst mode | 9 | * - Burst mode |