Skip to content

Commit 4966d62

Browse files
faxe1008kartben
authored andcommitted
tests: drivers: build_all: stepper: Adjust tmc2209 device instance
Adds the counter property to the tmc2209 node to ensure counter dependant step-dir code is build by CI. Signed-off-by: Fabian Blatz <[email protected]>
1 parent d5ec783 commit 4966d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/build_all/stepper/gpio.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ test_tmc2209: tmc2209_motor {
2222
en-gpios = <&test_gpio 0 0>;
2323
step-gpios = <&test_gpio 0 0>;
2424
dir-gpios = <&test_gpio 0 0>;
25+
counter = <&counter0>;
2526
};
2627

2728
drv8424: drv8424 {

0 commit comments

Comments
 (0)