Skip to content

Commit d0f84cb

Browse files
bjarki-andreasencarlescufi
authored andcommitted
tests: benchmarks: i2c_endless: fix nrf5340 and disable zephyr driver
Set status "okay" for the i2c2 devicetree node for the nrf5340, and disable the zephyr TWIS device driver since its not used and may conflict with directly using nrfx as this test does. Unquarantine the test cases as it is now fixed. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 0258c99 commit d0f84cb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

scripts/quarantine.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,3 @@
112112
platforms:
113113
- [email protected]/nrf54ls05b/cpuapp
114114
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-36650"
115-
116-
- scenarios:
117-
- boards.nrf.i2c.i2c_endless.host
118-
- boards.nrf.i2c.i2c_endless.device
119-
platforms:
120-
- nrf5340dk/nrf5340/cpuapp
121-
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-36649"

tests/benchmarks/i2c_endless/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
&i2c2 {
5858
compatible = "nordic,nrf-twis";
59+
status = "okay";
5960
pinctrl-0 = <&i2c2_default_alt>;
6061
pinctrl-1 = <&i2c2_sleep_alt>;
6162
pinctrl-names = "default", "sleep";

0 commit comments

Comments
 (0)