Skip to content

Commit 04293dc

Browse files
ngphibangMaureenHelm
authored andcommitted
tests: drivers: build_all: video: Add entry for ov5640
Add entry for ov5640 and add mimxrt1170_evk to the test platforms Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent 95657e3 commit 04293dc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

tests/drivers/build_all/video/app.overlay

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
reg = <0x2>;
4848
reset-gpios = <&test_gpio 0 0>;
4949
};
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+
};
5057
};
5158
};
5259
};

tests/drivers/build_all/video/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ tests:
1313
- gpio
1414
- i2c
1515
drivers.video.mcux_csi.build:
16-
platform_allow: mimxrt1064_evk
16+
platform_allow:
17+
- mimxrt1064_evk
18+
- mimxrt1170_evk/mimxrt1176/cm7

0 commit comments

Comments
 (0)