forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AS7315-27XB] Fix build error and incorrect I2C bus number (sonic-net…
…#9712) * Add intel_iommu=off to installer.conf * This solve flooding DMAR err msg: "handling fault status reg 2" Signed-off-by: Sean Wu <sean_wu@edge-core.com> * remove customized at24 driver * Use kernel 5.10.46 upstream at24 driver directly. The ADDR16 issue on old driver has gone. Signed-off-by: Sean Wu <sean_wu@edge-core.com> * pin I2C-0/I2C-1 bus order * otherwise, sometimes I2C-0/I2C-1 will be assigned to the undesired one. Signed-off-by: Sean Wu <sean_wu@edge-core.com> * fix i2c bus num for fan driver Signed-off-by: Sean Wu <sean_wu@edge-core.com> * backward compatible with R0A/R0B HW Signed-off-by: Sean Wu <sean_wu@edge-core.com>
- Loading branch information
Showing
5 changed files
with
31 additions
and
704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
platform/broadcom/sonic-platform-modules-accton/as7315-27xb/modules/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
obj-m:= accton_as7315_27xb_fan.o x86-64-accton-as7315-27xb-cpld.o x86-64-accton-as7315-27xb-psu.o \ | ||
at24_as7315_27xb.o x86-64-accton-as7315-27xb-led.o ym2651y.o | ||
x86-64-accton-as7315-27xb-led.o ym2651y.o |
Oops, something went wrong.