We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95657e3 commit 04293dcCopy full SHA for 04293dc
tests/drivers/build_all/video/app.overlay
@@ -47,6 +47,13 @@
47
reg = <0x2>;
48
reset-gpios = <&test_gpio 0 0>;
49
};
50
+
51
+ test_i2c_ov5640: ov5640@3 {
52
+ compatible = "ovti,ov5640";
53
+ reg = <0x3>;
54
+ reset-gpios = <&test_gpio 0 0>;
55
+ powerdown-gpios = <&test_gpio 1 0>;
56
+ };
57
58
59
tests/drivers/build_all/video/testcase.yaml
@@ -13,4 +13,6 @@ tests:
13
- gpio
14
- i2c
15
drivers.video.mcux_csi.build:
16
- platform_allow: mimxrt1064_evk
+ platform_allow:
17
+ - mimxrt1064_evk
18
+ - mimxrt1170_evk/mimxrt1176/cm7
0 commit comments