mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The GE HealthCare PMC Analog to Digital Converter (ADC) is a 16-Channel (voltage and current), 16-Bit ADC with an I2C Interface. Signed-off-by: Herve Codina <herve.codina@bootlin.com> Tested-by: Ian Ray <ian.ray@gehealthcare.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20241003114641.672086-3-herve.codina@bootlin.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
10 lines
243 B
C
10 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
|