test: drivers: build_all: video: add ov7670 to build test
Add ov7670 camera driver to build test for video drivers Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
3ce3ed38ba
commit
1ef42731fd
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@
|
|||
reset-gpios = <&test_gpio 0 0>;
|
||||
powerdown-gpios = <&test_gpio 1 0>;
|
||||
};
|
||||
|
||||
test_i2c_ov7670: ov7670@4 {
|
||||
compatible = "ovti,ov7670";
|
||||
reg = <0x4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue