This commit is contained in:
twoneis 2025-03-19 13:44:23 +01:00
parent b59f84ee36
commit cfab1d3ce7
83468 changed files with 37938688 additions and 0 deletions
linux-6.8.1/include/dt-bindings/pwm

View file

@ -0,0 +1,15 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* This header provides constants for most PWM bindings.
*
* Most PWM bindings can include a flags cell as part of the PWM specifier.
* In most cases, the format of the flags cell uses the standard values
* defined in this header.
*/
#ifndef _DT_BINDINGS_PWM_PWM_H
#define _DT_BINDINGS_PWM_PWM_H
#define PWM_POLARITY_INVERTED (1 << 0)
#endif

View file

@ -0,0 +1,13 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2020 Nicolas Saenz Julienne
* Author: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
*/
#ifndef _DT_BINDINGS_RASPBERRYPI_FIRMWARE_PWM_H
#define _DT_BINDINGS_RASPBERRYPI_FIRMWARE_PWM_H
#define RASPBERRYPI_FIRMWARE_PWM_POE 0
#define RASPBERRYPI_FIRMWARE_PWM_NUM 1
#endif