Skip to content

Commit ac8adb6

Browse files
bjarki-andreasenrlubos
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]> (cherry picked from commit d0f84cb)
1 parent 5a56574 commit ac8adb6

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
@@ -120,10 +120,3 @@
120120
platforms:
121121
- [email protected]/nrf54ls05b/cpuapp
122122
comment: "https://nordicsemi.atlassian.net/browse/NCSDK-36650"
123-
124-
- scenarios:
125-
- boards.nrf.i2c.i2c_endless.host
126-
- boards.nrf.i2c.i2c_endless.device
127-
platforms:
128-
- nrf5340dk/nrf5340/cpuapp
129-
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)