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,9 +1,10 @@
/*
* SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
* SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
* SPDX-License-Identifier: Apache-2.0
*/
#define DT_DRV_COMPAT gpio_steppers
#define DT_DRV_COMPAT zephyr_gpio_steppers
#include <zephyr/drivers/gpio.h>
#include <zephyr/kernel.h>