dt-bindings: iio: add IIO channel IDs for QG device

Add channel IDs required for QG IIO device to dt-binding includes.

Change-Id: I02a7d8348020345025a454cfa85740ec089ac6fd
Signed-off-by: Shyam Kumar Thella <sthella@codeaurora.org>
This commit is contained in:
Shyam Kumar Thella 2020-07-23 12:30:04 +05:30 committed by Gerrit - the friendly Code Review server
parent da167e08a9
commit 1074012e87

View File

@ -84,4 +84,39 @@
#define PSY_IIO_FORCE_RECHARGE 0x40
#define PSY_IIO_FCC_STEPPER_ENABLE 0x41
/* BMS */
#define PSY_IIO_CAPACITY 0x42
#define PSY_IIO_CAPACITY_RAW 0x43
#define PSY_IIO_REAL_CAPACITY 0x44
#define PSY_IIO_TEMP 0x45
#define PSY_IIO_VOLTAGE_NOW 0x46
#define PSY_IIO_VOLTAGE_OCV 0x47
#define PSY_IIO_CURRENT_NOW 0x48
#define PSY_IIO_CHARGE_COUNTER 0x49
#define PSY_IIO_RESISTANCE 0x4a
#define PSY_IIO_RESISTANCE_ID 0x4b
#define PSY_IIO_SOC_REPORTING_READY 0x4c
#define PSY_IIO_RESISTANCE_CAPACITIVE 0x4d
#define PSY_IIO_DEBUG_BATTERY 0x4e
#define PSY_IIO_VOLTAGE_MIN 0x4f
#define PSY_IIO_BATT_FULL_CURRENT 0x50
#define PSY_IIO_BATT_PROFILE_VERSION 0x51
#define PSY_IIO_CYCLE_COUNT 0x52
#define PSY_IIO_CHARGE_FULL 0x53
#define PSY_IIO_CHARGE_FULL_DESIGN 0x54
#define PSY_IIO_TIME_TO_FULL_AVG 0x55
#define PSY_IIO_TIME_TO_FULL_NOW 0x56
#define PSY_IIO_TIME_TO_EMPTY_AVG 0x57
#define PSY_IIO_ESR_ACTUAL 0x58
#define PSY_IIO_ESR_NOMINAL 0x59
#define PSY_IIO_SOH 0x5a
#define PSY_IIO_CC_SOC 0x5b
#define PSY_IIO_FG_RESET 0x5c
#define PSY_IIO_VOLTAGE_AVG 0x5d
#define PSY_IIO_CURRENT_AVG 0x5e
#define PSY_IIO_POWER_AVG 0x5f
#define PSY_IIO_POWER_NOW 0x60
#define PSY_IIO_SCALE_MODE_EN 0x61
#define PSY_IIO_BATT_AGE_LEVEL 0x62
#define PSY_IIO_FG_TYPE 0x63
#endif /* __QTI_POWER_SUPPLY_IIO_H__ */