Octopus CI single has two TABs. Handle both I2C busses.

This commit is contained in:
Ralph Metzler 2015-10-22 14:52:27 +02:00
parent d10c83f16a
commit 535683dfb6
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ static struct ddb_info ddb_cis = {
.name = "Digital Devices Octopus CI single",
.regmap = &octopus_map,
.port_num = 3,
.i2c_mask = 0x01,
.i2c_mask = 0x03,
};
static struct ddb_info ddb_ci_s2_pro = {