Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * DRV260X haptics driver family
0004  *
0005  * Author: Dan Murphy <dmurphy@ti.com>
0006  *
0007  * Copyright:   (C) 2014 Texas Instruments, Inc.
0008  */
0009 
0010 #ifndef _DT_BINDINGS_TI_DRV260X_H
0011 #define _DT_BINDINGS_TI_DRV260X_H
0012 
0013 /* Calibration Types */
0014 #define DRV260X_LRA_MODE        0x00
0015 #define DRV260X_LRA_NO_CAL_MODE 0x01
0016 #define DRV260X_ERM_MODE        0x02
0017 
0018 /* Library Selection */
0019 #define DRV260X_LIB_EMPTY           0x00
0020 #define DRV260X_ERM_LIB_A           0x01
0021 #define DRV260X_ERM_LIB_B           0x02
0022 #define DRV260X_ERM_LIB_C           0x03
0023 #define DRV260X_ERM_LIB_D           0x04
0024 #define DRV260X_ERM_LIB_E           0x05
0025 #define DRV260X_LIB_LRA         0x06
0026 #define DRV260X_ERM_LIB_F           0x07
0027 
0028 #endif