1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

Fixed octopro i2c regmap

This commit is contained in:
mvoelkel 2016-04-21 21:48:26 +02:00
parent cc6209af33
commit 74f172a4fe

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,
};