mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
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
@ -21,7 +21,14 @@ allOf:
|
||||
|
||||
properties:
|
||||
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":
|
||||
description: The cell specifies the PWM index.
|
||||
const: 1
|
||||
|
Loading…
Reference in New Issue
Block a user