Add RGB driver outputs to chipdb

This commit is contained in:
David Shah 2018-02-09 09:42:08 +00:00
parent a7a6f3695f
commit 80dbd67e6c
1 changed files with 4 additions and 0 deletions

View File

@ -4769,6 +4769,10 @@ extra_cells_db = {
"RGB2_CURRENT_5": (0, 30, "CBIT_7"),
"CURRENT_MODE": (0, 28, "CBIT_4"),
"RGB0": (4, 31, 0),
"RGB1": (5, 31, 0),
"RGB2": (6, 31, 0),
},
("I2C", (0, 31, 0)): {
"I2CIRQ": (0, 30, "slf_op_7"),