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.
[platform/questone2bd] Support CPU and RAM voltag monitor via ADC (so…
…nic-net#197) * [platform/questone2bd] FPGA_I2C_MASTER_6 now use i2c driver. * To support max11617 driver, which requires the adapter to support plain I2C functionality. * [platform/questone2bd] Init max11617 IIO device when system start.
- Loading branch information
Showing
5 changed files
with
995 additions
and
65 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
2 changes: 1 addition & 1 deletion
2
platform/broadcom/sonic-platform-modules-cel/questone2bd/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 := mc24lc64t.o baseboard_cpld.o switchboard_fpga.o i2c-imc.o | ||
obj-m := mc24lc64t.o baseboard_cpld.o switchboard_fpga.o i2c-imc.o i2c-ocores-polling.o | ||
obj-m += i2c_dev_sysfs.o syscpld.o fancpld.o dps1100.o |
Oops, something went wrong.