diff options
author | 2024-04-30 15:32:36 +0800 | |
---|---|---|
committer | 2024-05-01 11:51:10 +0200 | |
commit | b664fc60d7f8190627ac35797d552acb5cbde3e7 (patch) | |
tree | 45545b032dcb5b828a972003c058d68339ccf384 | |
parent | dt-bindings: pwm: mediatek,pwm-disp: Do not require pwm-cells twice (diff) | |
download | wireguard-linux-b664fc60d7f8190627ac35797d552acb5cbde3e7.tar.xz wireguard-linux-b664fc60d7f8190627ac35797d552acb5cbde3e7.zip |
dt-bindings: pwm: snps,dw-apb-timers: Do not require pwm-cells twice
pwm-cells property is already required by pwm.yaml schema.
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/68eaecf11db9bec7bdb90dbf38507332628a0434.1714450308.git.zhoubinbin@loongson.cn
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-rw-r--r-- | Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml b/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml index 4d0b5964443d..7523a89a1773 100644 --- a/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml +++ b/Documentation/devicetree/bindings/pwm/snps,dw-apb-timers-pwm2.yaml @@ -51,7 +51,6 @@ properties: required: - compatible - reg - - "#pwm-cells" - clocks - clock-names |