Fixes for smbus
This commit is contained in:
11
src/board/system76/galp3-c/smbus.c
Normal file
11
src/board/system76/galp3-c/smbus.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <board/smbus.h>
|
||||
|
||||
void smbus_init(void) {
|
||||
SMB4P7USL = 0x2F;
|
||||
SMB4P0USL = 0x5A;
|
||||
SMB300NS = 0x03;
|
||||
SMB250NS = 0x30;
|
||||
SMB25MS = 0x19;
|
||||
SMB45P3USL = 0x5C;
|
||||
SMB45P3USH = 0x01;
|
||||
}
|
Reference in New Issue
Block a user