/* SPDX-License-Identifier: GPL-2.0-only */ /* * DRV260X haptics driver family * * Author: Dan Murphy <[email protected]> * * Copyright: (C) 2014 Texas Instruments, Inc. */ #ifndef _DT_BINDINGS_TI_DRV260X_H #define _DT_BINDINGS_TI_DRV260X_H /* Calibration Types */ #define DRV260X_LRA_MODE … #define DRV260X_LRA_NO_CAL_MODE … #define DRV260X_ERM_MODE … /* Library Selection */ #define DRV260X_LIB_EMPTY … #define DRV260X_ERM_LIB_A … #define DRV260X_ERM_LIB_B … #define DRV260X_ERM_LIB_C … #define DRV260X_ERM_LIB_D … #define DRV260X_ERM_LIB_E … #define DRV260X_LIB_LRA … #define DRV260X_ERM_LIB_F … #endif