diff options
| author | Meenakshi Aggarwal <[email protected]> | 2018-11-30 22:32:12 +0530 |
|---|---|---|
| committer | Prabhakar Kushwaha <[email protected]> | 2019-02-19 10:26:44 +0530 |
| commit | 938e35e58f98ff2db46b4f40964a1c3b242b1295 (patch) | |
| tree | 0b05b2bf06879a08ac6512fb9a72a8007ace0165 /include | |
| parent | e088e587eda7a8813c977ddee84207ca728f87c5 (diff) | |
lx2160: Enable support of EMC2305
Enable support for FAN controller EMC2305 for
LX2160A RDB board.
Signed-off-by: Sriram Dash <[email protected]>
Signed-off-by: Meenakshi Aggarwal <[email protected]>
[PK: enable EMC2305 for lx2160rdb]
Signed-off-by: Prabhakar Kushwaha <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/lx2160ardb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/lx2160ardb.h b/include/configs/lx2160ardb.h index 67d214deb99..818aa3856ef 100644 --- a/include/configs/lx2160ardb.h +++ b/include/configs/lx2160ardb.h @@ -70,6 +70,12 @@ #endif +/* EMC2305 */ +#define I2C_MUX_CH_EMC2305 0x09 +#define I2C_EMC2305_ADDR 0x4D +#define I2C_EMC2305_CMD 0x40 +#define I2C_EMC2305_PWM 0x80 + /* EEPROM */ #define CONFIG_ID_EEPROM #define CONFIG_SYS_I2C_EEPROM_NXID |
