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:
Jilay Pandya 2024-10-25 08:17:00 +02:00 committed by Henrik Brix Andersen
commit 367f853a4c
5 changed files with 15 additions and 7 deletions

View file

@ -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>;

View file

@ -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 {