Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marvel cpo1 prepare package3 #277

Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ start)
modprobe cls-i2c-ocores
modprobe fpga-xcvr
modprobe marvell_switch_fpga
modprobe misc_cpld


# Instantiate TLV EEPROM device on I801/ISMT bus
Expand All @@ -38,6 +39,8 @@ start)
echo 24lc64t 0x56 > /sys/bus/i2c/devices/i2c-0/new_device
fi

echo misc_cpld1 0x30 > /sys/bus/i2c/devices/i2c-10/new_device

decode-syseeprom --init 2> /dev/null &

/bin/sh /usr/local/bin/platform_api_mgnt.sh init
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
marvell_switch_fpga-y := fpga_sw.o obo_spi.o
obj-m := fpga_b-device.o fpga_b-sys.o fpga-xcvr.o ctrl_cpld.o come_cpld.o mc24lc64t.o cls-i2c-ocores.o marvell_switch_fpga.o
obj-m := fpga_b-device.o fpga_b-sys.o fpga-xcvr.o ctrl_cpld.o come_cpld.o misc_cpld.o mc24lc64t.o cls-i2c-ocores.o marvell_switch_fpga.o
Loading