blob: b219546317cc9dd9e07e0561ce066afdbc1346d0 [file] [log] [blame]
Sergey Solomin7944ec72016-11-03 15:01:08 -05001#!/bin/sh
2
3# use these commands to properly disable VCS before powering on
4# A side
5i2cset -y 4 0x70 0x00 0x01 b
6i2cset -y 4 0x70 0x02 0x16 b #respond to OPERATION
7i2cset -y 4 0x70 0x00 0x00 b
8# B side
9i2cset -y 5 0x70 0x00 0x01 b
10i2cset -y 5 0x70 0x02 0x16 b #respond to OPERATION
11i2cset -y 5 0x70 0x00 0x00 b