diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-02-14 22:21:41 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-02-24 15:03:24 +0100 |
commit | e766d5b80ad47d1733636c2055e1351965e0721b (patch) | |
tree | c79434136ac0ba8a7579ea0630981e032a2b5dc5 /Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml | |
parent | dt-bindings: pwm: allwinner,sun4i-a10: Include generic PWM schema (diff) | |
download | linux-e766d5b80ad47d1733636c2055e1351965e0721b.tar.xz linux-e766d5b80ad47d1733636c2055e1351965e0721b.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml index fe9ef42544f1..8bef9dfeba9a 100644 --- a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml @@ -13,6 +13,9 @@ description: | The TPM counter and period counter are shared between multiple channels, so all channels should use same period setting. +allOf: + - $ref: pwm.yaml# + properties: "#pwm-cells": const: 3 @@ -34,7 +37,6 @@ properties: maxItems: 1 required: - - "#pwm-cells" - compatible - reg - clocks |