mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
Fixed octopro i2c regmap
This commit is contained in:
parent
cc6209af33
commit
74f172a4fe
@ -422,7 +422,7 @@ static struct ddb_regset octopro_odma_buf = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct ddb_regset octopro_i2c = {
|
static struct ddb_regset octopro_i2c = {
|
||||||
.base = 0x2000,
|
.base = 0x200,
|
||||||
.num = 0x0a,
|
.num = 0x0a,
|
||||||
.size = 0x20,
|
.size = 0x20,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user