We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d0940 commit a48d66dCopy full SHA for a48d66d
Documentation/devicetree/bindings/pwm/google,cros-ec-pwm.yaml
@@ -21,7 +21,14 @@ allOf:
21
22
properties:
23
compatible:
24
- const: google,cros-ec-pwm
+ oneOf:
25
+ - description: PWM controlled using EC_PWM_TYPE_GENERIC channels.
26
+ items:
27
+ - const: google,cros-ec-pwm
28
+ - description: PWM controlled using CROS_EC_PWM_DT_<...> types.
29
30
+ - const: google,cros-ec-pwm-type
31
+
32
"#pwm-cells":
33
description: The cell specifies the PWM index.
34
const: 1
0 commit comments