Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: pwm: imx: Include generic PWM schema

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Thierry Reding
e766d5b8 360e770c

+6 -2
+3 -1
Documentation/devicetree/bindings/pwm/imx-pwm.yaml
··· 9 9 maintainers: 10 10 - Philipp Zabel <p.zabel@pengutronix.de> 11 11 12 + allOf: 13 + - $ref: pwm.yaml# 14 + 12 15 properties: 13 16 "#pwm-cells": 14 17 description: | ··· 62 59 maxItems: 1 63 60 64 61 required: 65 - - "#pwm-cells" 66 62 - compatible 67 63 - reg 68 64 - clocks
+3 -1
Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
··· 13 13 The TPM counter and period counter are shared between multiple 14 14 channels, so all channels should use same period setting. 15 15 16 + allOf: 17 + - $ref: pwm.yaml# 18 + 16 19 properties: 17 20 "#pwm-cells": 18 21 const: 3 ··· 37 34 maxItems: 1 38 35 39 36 required: 40 - - "#pwm-cells" 41 37 - compatible 42 38 - reg 43 39 - clocks