diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:10:08 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-01-02 09:10:08 +0000 |
commit | beb6e748a90196469bed9e3900ce618069c652f7 (patch) | |
tree | 0f09e634b8c5e46d90c8caa0e5c029231e7b748f /Bindings/pwm/pwm.yaml | |
parent | a8091808915c37cd212871d2b3f3a49149a8ddb4 (diff) |
Import device-tree files from Linux 6.11vendor/device-tree/6.11
Diffstat (limited to 'Bindings/pwm/pwm.yaml')
-rw-r--r-- | Bindings/pwm/pwm.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Bindings/pwm/pwm.yaml b/Bindings/pwm/pwm.yaml index abd9fa873354..f2206ec3c7c4 100644 --- a/Bindings/pwm/pwm.yaml +++ b/Bindings/pwm/pwm.yaml @@ -16,8 +16,10 @@ properties: pattern: "^pwm(@.*|-([0-9]|[1-9][0-9]+))?$" "#pwm-cells": - description: - Number of cells in a PWM specifier. + description: | + Number of cells in a PWM specifier. Typically the cells represent, in + order: the chip-relative PWM number, the PWM period in nanoseconds and + optionally a number of flags (defined in <dt-bindings/pwm/pwm.h>). required: - "#pwm-cells" |