mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git [rockchip fixes from Jonas Karlman via IRC]
11 lines
243 B
C
11 lines
243 B
C
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
|
|
|
|
#ifndef _DT_BINDINGS_IIO_ADC_GEHC_PMC_ADC_H
|
|
#define _DT_BINDINGS_IIO_ADC_GEHC_PMC_ADC_H
|
|
|
|
/* ADC channel type */
|
|
#define GEHC_PMC_ADC_VOLTAGE 0
|
|
#define GEHC_PMC_ADC_CURRENT 1
|
|
|
|
#endif
|