Skip to content

Commit

Permalink
tests: drivers: build_all: stepper: Adjust tmc2209 device instance
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
faxe1008 authored and kartben committed Dec 28, 2024
1 parent d5ec783 commit 4966d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/build_all/stepper/gpio.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test_tmc2209: tmc2209_motor {
en-gpios = <&test_gpio 0 0>;
step-gpios = <&test_gpio 0 0>;
dir-gpios = <&test_gpio 0 0>;
counter = <&counter0>;
};

drv8424: drv8424 {
Expand Down

0 comments on commit 4966d62

Please sign in to comment.