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 <phibang.nguyen@nxp.com>
This commit is contained in:
parent
95657e3312
commit
04293dcfac
2 changed files with 10 additions and 1 deletions
|
@ -47,6 +47,13 @@
|
|||
reg = <0x2>;
|
||||
reset-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
|
||||
test_i2c_ov5640: ov5640@3 {
|
||||
compatible = "ovti,ov5640";
|
||||
reg = <0x3>;
|
||||
reset-gpios = <&test_gpio 0 0>;
|
||||
powerdown-gpios = <&test_gpio 1 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,4 +13,6 @@ tests:
|
|||
- gpio
|
||||
- i2c
|
||||
drivers.video.mcux_csi.build:
|
||||
platform_allow: mimxrt1064_evk
|
||||
platform_allow:
|
||||
- mimxrt1064_evk
|
||||
- mimxrt1170_evk/mimxrt1176/cm7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue