Skip to content

Commit

Permalink
Inventec platforms: move i2c write delay to busybox config
Browse files Browse the repository at this point in the history
The platforms are including:

- D6254QS
- DCS7032Q28

Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
david56 authored and Curt Brune committed Feb 21, 2017
1 parent 317f770 commit ce1c461
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 68 deletions.
3 changes: 3 additions & 0 deletions machine/inventec/inventec_d6254qs/busybox/conf/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ CONFIG_SYS_EEPROM_SIZE=2048
CONFIG_SYS_EEPROM_I2C_DEVICE="/dev/i2c-0"
CONFIG_SYS_EEPROM_I2C_ADDR=0x53
CONFIG_SYS_EEPROM_I2C_MEM_ADDR_BITS=16
CONFIG_SYS_EEPROM_I2C_WRITE_1B_DELAY=10000
CONFIG_SYS_EEPROM_I2C_WRITE_2B_DELAY=10000
CONFIG_SYS_EEPROM_I2C_WRITE_3B_DELAY=10000

This file was deleted.

1 change: 0 additions & 1 deletion machine/inventec/inventec_d6254qs/busybox/patches/series

This file was deleted.

3 changes: 3 additions & 0 deletions machine/inventec/inventec_dcs7032q28/busybox/conf/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ CONFIG_SYS_EEPROM_SIZE=2048
CONFIG_SYS_EEPROM_I2C_DEVICE="/dev/i2c-0"
CONFIG_SYS_EEPROM_I2C_ADDR=0x53
CONFIG_SYS_EEPROM_I2C_MEM_ADDR_BITS=16
CONFIG_SYS_EEPROM_I2C_WRITE_1B_DELAY=10000
CONFIG_SYS_EEPROM_I2C_WRITE_2B_DELAY=10000
CONFIG_SYS_EEPROM_I2C_WRITE_3B_DELAY=10000

This file was deleted.

This file was deleted.

0 comments on commit ce1c461

Please sign in to comment.