Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
meta-ibm
/
036c8f9e7e75a9e101c9d6e9cefdea43d3535a50
/
.
/
meta-romulus
/
recipes-phosphor
/
chassis
/
avsbus-control
/
avsbus-workaround.sh
blob: 75ec8caed53dc80d3f5ac2c10cd66be26d518c86 [
file
] [
log
] [
blame
]
Lei YU
aaad5a5
2016-12-27 14:43:14 +0800
[
diff
] [
blame
]
1
#!/bin/sh
2
3
i2cset
-
y
4
0x28
0x2E
0x23
b
# VDD/VCS 0
4
i2cset
-
y
4
0x2B
0x2E
0x23
b
# VDN 0
5
i2cset
-
y
5
0x28
0x2E
0x23
b
# VDD/VCS 1
6
i2cset
-
y
5
0x2B
0x2E
0x23
b
# VDN 1
7