xref: /freebsd/sys/contrib/device-tree/Bindings/leds/backlight/88pm860x.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot88pm860x-backlight bindings
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotOptional properties:
4*c66ec88fSEmmanuel Vadot  - marvell,88pm860x-iset: Current supplies on backlight device.
5*c66ec88fSEmmanuel Vadot  - marvell,88pm860x-pwm: PWM frequency on backlight device.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotExample:
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadot	backlights {
10*c66ec88fSEmmanuel Vadot		backlight-0 {
11*c66ec88fSEmmanuel Vadot			marvell,88pm860x-iset = <4>;
12*c66ec88fSEmmanuel Vadot			marvell,88pm860x-pwm = <3>;
13*c66ec88fSEmmanuel Vadot		};
14*c66ec88fSEmmanuel Vadot		backlight-2 {
15*c66ec88fSEmmanuel Vadot		};
16