Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add SYS eeprom device for S6100 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
padmanarayana authored and lguohan committed Jul 28, 2017
1 parent 6cff824 commit 5ab014c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions s6100/scripts/s6100_platform_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ echo pca9547 0x70 > /sys/bus/i2c/devices/i2c-${devnum}/new_device
# Attach 0x71 for iom cpld's
echo pca9548 0x71 > /sys/bus/i2c/devices/i2c-4/new_device

# Attach syseeprom
echo 24c02 0x50 > /sys/bus/i2c/devices/i2c-2/new_device

#Attach cpld devices to drivers for each iom
for ((i=14;i<=17;i++)); do
echo dell_s6100_iom_cpld 0x3e > /sys/bus/i2c/devices/i2c-$i/new_device
Expand Down

0 comments on commit 5ab014c

Please sign in to comment.