drivers: stepper: step_dir: rename direction_gpios to dir_gpios

for the brevity renaming direction_gpios to dir_gpios since STEP/DIR
interface is quite an established term in context of stepper controllers.

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
Jilay Pandya 2024-12-08 21:00:41 +01:00 committed by Benjamin Cabé
commit d5ae99a551
4 changed files with 5 additions and 5 deletions

View file

@ -21,5 +21,5 @@ test_tmc2209: tmc2209_motor {
<&test_gpio 0 0>;
enable-gpios = <&test_gpio 0 0>;
step-gpios = <&test_gpio 0 0>;
direction-gpios = <&test_gpio 0 0>;
dir-gpios = <&test_gpio 0 0>;
};