diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-02-14 22:21:53 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-02-24 15:09:23 +0100 |
commit | 83d41a76d9c5c4da076f99b507a086f4a73636f0 (patch) | |
tree | 04dcc9fd817207ff53876666e0f17bd342db5d2d /Documentation | |
parent | 400002e05664a341ca324d56abeff6d4b8536dca (diff) | |
download | linux-stable-83d41a76d9c5c4da076f99b507a086f4a73636f0.tar.gz linux-stable-83d41a76d9c5c4da076f99b507a086f4a73636f0.tar.bz2 linux-stable-83d41a76d9c5c4da076f99b507a086f4a73636f0.zip |
dt-bindings: pwm: tiehrpwm: 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-tiehrpwm.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml b/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml index ee312cb210e6..70a8f766212e 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml +++ b/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml @@ -48,7 +48,6 @@ properties: required: - compatible - reg - - "#pwm-cells" - clocks - clock-names |