summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-workaround.sh
blob: 75ec8caed53dc80d3f5ac2c10cd66be26d518c86 (plain)
1
2
3
4
5
6
7
#!/bin/sh

i2cset -y 4 0x28 0x2E 0x23 b # VDD/VCS 0
i2cset -y 4 0x2B 0x2E 0x23 b # VDN 0
i2cset -y 5 0x28 0x2E 0x23 b # VDD/VCS 1
i2cset -y 5 0x2B 0x2E 0x23 b # VDN 1

OpenPOWER on IntegriCloud