diff options
author | Binbin Zhou <[email protected]> | 2024-04-30 15:32:02 +0800 |
---|---|---|
committer | Uwe Kleine-König <[email protected]> | 2024-05-01 11:51:10 +0200 |
commit | aa5be4c6a3a9a2eb8d1cadd1636c7bdddfcae063 (patch) | |
tree | 2f1d578825a12d4b1f3bd480be3ed7ae4773c299 | |
parent | 32c44e1fa921aebf8a5ef9f778534a30aab39313 (diff) |
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 <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/85d7dc606d60a7d0d1557b98ac3a600c660b7421.1714450308.git.zhoubinbin@loongson.cn
Signed-off-by: Uwe Kleine-König <[email protected]>
-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 |