Navigation Menu

Skip to content

Commit

Permalink
dts/bindings: Add required #pwm-cells property to pwm base
Browse files Browse the repository at this point in the history
All pwm controllers should have #pwm-cells so add it to the base pwm
binding.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed Aug 9, 2019
1 parent 7cd4985 commit 17f12ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dts/bindings/pwm/pwm.yaml
Expand Up @@ -15,3 +15,8 @@ inherits:
properties: properties:
label: label:
category: required category: required

"#pwm-cells":
type: int
category: required
description: Number of items to expect in a pwm specifier

0 comments on commit 17f12ce

Please sign in to comment.