diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-02-14 22:21:52 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-02-24 15:09:13 +0100 |
commit | 400002e05664a341ca324d56abeff6d4b8536dca (patch) | |
tree | debb227dee7cbb1d9a2131b214fad24a428a849e /Documentation | |
parent | dt-bindings: pwm: samsung: Do not require pwm-cells twice (diff) | |
download | linux-400002e05664a341ca324d56abeff6d4b8536dca.tar.xz linux-400002e05664a341ca324d56abeff6d4b8536dca.zip |
dt-bindings: pwm: tiecap: Do not require pwm-cells twice
pwm-cells property is already required by pwm.yaml schema.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml b/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml index ed35b6cc48d5..3840ae709bc6 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml +++ b/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml @@ -47,7 +47,6 @@ properties: required: - compatible - reg - - "#pwm-cells" - clocks - clock-names |