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:
parent
5a2c6bf66c
commit
d5ae99a551
4 changed files with 5 additions and 5 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue