Lines Matching full:pwm
1 pwm-backlight bindings
4 - compatible: "pwm-backlight"
5 - pwms: OF device-tree PWM specification (see PWM binding[0])
9 - pwm-names: a list of names for the PWM devices specified in the
10 "pwms" property (see PWM binding[0])
13 - post-pwm-on-delay-ms: Delay in ms between setting an initial (non-zero) PWM
15 - pwm-off-delay-ms: Delay in ms between disabling the backlight using GPIO
16 and setting PWM value to 0.
19 0 will do. The actual brightness level (PWM duty cycle)
27 resolution pwm duty cycle can be used without
31 [0]: Documentation/devicetree/bindings/pwm/pwm.txt
37 compatible = "pwm-backlight";
38 pwms = <&pwm 0 5000000>;
45 post-pwm-on-delay-ms = <10>;
46 pwm-off-delay-ms = <10>;
52 compatible = "pwm-backlight";
53 pwms = <&pwm 0 5000000>;