Lines Matching +full:pwm +full:- +full:backlight
1 SKY81452-backlight bindings
4 - compatible : Must be "skyworks,sky81452-backlight"
7 - name : Name of backlight device. Default is 'lcd-backlight'.
8 - gpios : GPIO to use to EN pin.
10 - led-sources : List of enabled channels from 0 to 5.
12 - skyworks,ignore-pwm : Ignore both PWM input
13 - skyworks,dpwm-mode : Enable DPWM dimming mode, otherwise Analog dimming.
14 - skyworks,phase-shift : Enable phase shift mode
15 - skyworks,short-detection-threshold-volt
17 - skyworks,current-limit-mA
22 backlight {
23 compatible = "skyworks,sky81452-backlight";
24 name = "pwm-backlight";
25 led-sources = <0 1 2 5>;
26 skyworks,ignore-pwm;
27 skyworks,phase-shift;
28 skyworks,current-limit-mA = <2300>;