Skip to content

Commit

Permalink
[AS7315-27XB] pin I2C-0/I2C-1 bus order
Browse files Browse the repository at this point in the history
* otherwise, sometimes I2C-0/I2C-1 will be assigned to the undesired one.

Signed-off-by: Sean Wu <[email protected]>
  • Loading branch information
seanwu-ec committed Jan 7, 2022
1 parent 82debb6 commit a12248e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion device/accton/x86_64-accton_as7315_27xb-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CONSOLE_SPEED=115200
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="tg3.short_preamble=1 tg3.bcm5718s_reset=1 intel_iommu=off"
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="tg3.short_preamble=1 tg3.bcm5718s_reset=1 intel_iommu=off modprobe.blacklist=i2c-ismt,i2c_ismt,i2c-i801,i2c_i801"
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ def driver_check():
kos = [
'modprobe i2c_dev',
'modprobe i2c_mux_pca954x force_deselect_on_exit=1',
'modprobe i2c_ismt',
'modprobe i2c_i801',
'modprobe optoe',
'modprobe ym2651y',
'modprobe accton_as7315_27xb_fan',
Expand Down

0 comments on commit a12248e

Please sign in to comment.