dt-bindings: google,cros-ec-pwm: Add the new -type compatible
Update google,cros-ec-pwm node documentation to mention the google,cros-ec-pwm-type compatible as a valid alternative. Signed-off-by: Fabio Baltieri <fabiobaltieri@chromium.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
84d0940454
commit
a48d66d872
1 changed files with 8 additions and 1 deletions
|
@ -21,7 +21,14 @@ allOf:
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
const: google,cros-ec-pwm
|
oneOf:
|
||||||
|
- description: PWM controlled using EC_PWM_TYPE_GENERIC channels.
|
||||||
|
items:
|
||||||
|
- const: google,cros-ec-pwm
|
||||||
|
- description: PWM controlled using CROS_EC_PWM_DT_<...> types.
|
||||||
|
items:
|
||||||
|
- const: google,cros-ec-pwm-type
|
||||||
|
|
||||||
"#pwm-cells":
|
"#pwm-cells":
|
||||||
description: The cell specifies the PWM index.
|
description: The cell specifies the PWM index.
|
||||||
const: 1
|
const: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue