drivers: stepper: rename compatible of gpio-stepper
This commit fixes minor copyright issues and corrects the compatible of gpio-stepper with the vendor name as zephyr Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
parent
9a50c10b34
commit
367f853a4c
5 changed files with 15 additions and 7 deletions
|
@ -1,6 +1,11 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/ {
|
||||
uln2003_motor: uln2003_1 {
|
||||
compatible = "gpio-steppers";
|
||||
compatible = "zephyr,gpio-steppers";
|
||||
status = "okay";
|
||||
motor_1: motor_1 {
|
||||
micro-step-res = <1>;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Jilay Sandeep Pandya
|
||||
* SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
/ {
|
||||
test_uln2003_motor_cluster: uln2003_motor_cluster {
|
||||
compatible = "gpio-steppers";
|
||||
compatible = "zephyr,gpio-steppers";
|
||||
status = "okay";
|
||||
|
||||
motor_1: motor_1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue