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

Add SYS eeprom device for S6100 #10

Merged
merged 1 commit into from
Jul 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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