accel/qaic: Add AIC200 support
[drm/drm-misc.git] / include / linux / platform_data / ds620.h
blobf0ce22a78bb87c75296e9e752e4ff135a75fac2a
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_DS620_H
3 #define _LINUX_DS620_H
5 #include <linux/types.h>
6 #include <linux/i2c.h>
8 /* platform data for the DS620 temperature sensor and thermostat */
10 struct ds620_platform_data {
12 * Thermostat output pin PO mode:
13 * 0 = always low (default)
14 * 1 = PO_LOW
15 * 2 = PO_HIGH
17 * (see Documentation/hwmon/ds620.rst)
19 int pomode;
22 #endif /* _LINUX_DS620_H */