diff options
author | 2024-04-30 15:32:02 +0800 | |
---|---|---|
committer | 2024-05-01 11:51:10 +0200 | |
commit | aa5be4c6a3a9a2eb8d1cadd1636c7bdddfcae063 (patch) | |
tree | 2f1d578825a12d4b1f3bd480be3ed7ae4773c299 | |
parent | pwm: meson: Use mul_u64_u64_div_u64() for frequency calculating (diff) | |
download | wireguard-linux-aa5be4c6a3a9a2eb8d1cadd1636c7bdddfcae063.tar.xz wireguard-linux-aa5be4c6a3a9a2eb8d1cadd1636c7bdddfcae063.zip |
dt-bindings: pwm: bcm2835: 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/85d7dc606d60a7d0d1557b98ac3a600c660b7421.1714450308.git.zhoubinbin@loongson.cn
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-bcm2835.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-bcm2835.yaml b/Documentation/devicetree/bindings/pwm/pwm-bcm2835.yaml index 15e7fd98defc..9dc25f38fb94 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-bcm2835.yaml +++ b/Documentation/devicetree/bindings/pwm/pwm-bcm2835.yaml @@ -29,7 +29,6 @@ required: - compatible - reg - clocks - - "#pwm-cells" additionalProperties: false |