blob: 6306c58b075a476ffd45134d1d7b49ea2c9d2233 [file] [log] [blame]
Matt Spinler76e9a062016-12-20 10:59:13 -06001#!/bin/sh
2
Andrew Geisslerb0261ea2017-06-16 15:04:40 -05003i2cset -y 4 0x70 0x00 0x00 b # VDD 0 - PAGE set
Matt Spinler57e510b2017-12-05 15:17:32 -06004i2cset -y 4 0x70 0x21 0x00 0x01 i # VDD 0 - Set default HW boot voltage
Matt Spinler76e9a062016-12-20 10:59:13 -06005i2cset -y 4 0x70 0x01 0xB0 b # VDD 0
6i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set
Matt Spinler57e510b2017-12-05 15:17:32 -06007i2cset -y 4 0x70 0x21 0x08 0x01 i # VCS 0 - Set default HW boot voltage
Matt Spinler76e9a062016-12-20 10:59:13 -06008i2cset -y 4 0x70 0x01 0xB0 b # VCS 0
9i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset
Lei YU31faf402017-08-17 11:35:17 +080010i2cset -y 4 0x71 0x00 0x00 b # VDN 0 - PAGE set
Matt Spinler57e510b2017-12-05 15:17:32 -060011i2cset -y 4 0x71 0x21 0x00 0x01 i # VDN 0 - Set default HW boot voltage
Matt Spinler76e9a062016-12-20 10:59:13 -060012i2cset -y 4 0x71 0x01 0xB0 b # VDN 0
Andrew Geisslerb0261ea2017-06-16 15:04:40 -050013i2cset -y 5 0x70 0x00 0x00 b # VDD 1 - PAGE set
Matt Spinler57e510b2017-12-05 15:17:32 -060014i2cset -y 5 0x70 0x21 0x00 0x01 i # VDD 1 - Set default HW boot voltage
Matt Spinler76e9a062016-12-20 10:59:13 -060015i2cset -y 5 0x70 0x01 0xB0 b # VDD 1
16i2cset -y 5 0x70 0x00 0x01 b # VCS 1 - PAGE set
Matt Spinler57e510b2017-12-05 15:17:32 -060017i2cset -y 5 0x70 0x21 0x08 0x01 i # VCS 1 - Set default HW boot voltage
Matt Spinler76e9a062016-12-20 10:59:13 -060018i2cset -y 5 0x70 0x01 0xB0 b # VCS 1
19i2cset -y 5 0x70 0x00 0x00 b # VCS 1 - PAGE reset
Andrew Geisslerb0261ea2017-06-16 15:04:40 -050020i2cset -y 5 0x71 0x00 0x00 b # VDN 1 - PAGE set
Matt Spinler57e510b2017-12-05 15:17:32 -060021i2cset -y 5 0x71 0x21 0x00 0x01 i # VDN 1 - Set default HW boot voltage
Matt Spinler76e9a062016-12-20 10:59:13 -060022i2cset -y 5 0x71 0x01 0xB0 b # VDN 1