Fixed octopro i2c regmap

This commit is contained in:
mvoelkel 2016-04-21 21:48:26 +02:00
parent cc6209af33
commit 74f172a4fe
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ static struct ddb_regset octopro_odma_buf = {
};
static struct ddb_regset octopro_i2c = {
.base = 0x2000,
.base = 0x200,
.num = 0x0a,
.size = 0x20,
};