4 - compatible: "ti,lp8550", "ti,lp8551", "ti,lp8552", "ti,lp8553",
5 "ti,lp8555", "ti,lp8556", "ti,lp8557"
6 - reg: I2C slave address (u8)
7 - dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device.
10 - bl-name: Backlight device name (string)
11 - init-brt: Initial value of backlight brightness (u8)
12 - pwm-period: PWM period value. Set only PWM input mode used (u32)
13 - rom-addr: Register address of ROM area to be updated (u8)
14 - rom-val: Register value to be updated (u8)
15 - power-supply: Regulator which controls the 3V rail
16 - enable-supply: Regulator which controls the EN/VDDIO input
22 compatible = "ti,lp8555";
25 dev-ctrl = /bits/ 8 <0x00>;
28 /* 4V OV, 4 output LED0 string enabled */
30 rom-addr = /bits/ 8 <0x14>;
31 rom-val = /bits/ 8 <0xcf>;
34 /* Heavy smoothing, 24ms ramp time step */
36 rom-addr = /bits/ 8 <0x15>;
37 rom-val = /bits/ 8 <0xc7>;
40 /* 4 output LED1 string enabled */
42 rom-addr = /bits/ 8 <0x19>;
43 rom-val = /bits/ 8 <0x0f>;
49 compatible = "ti,lp8556";
53 dev-ctrl = /bits/ 8 <0x85>;
54 init-brt = /bits/ 8 <0x10>;
59 compatible = "ti,lp8557";
61 enable-supply = <&backlight_vddio>;
62 power-supply = <&backlight_vdd>;
64 dev-ctrl = /bits/ 8 <0x41>;
65 init-brt = /bits/ 8 <0x0a>;
67 /* 4V OV, 4 output LED string enabled */
69 rom-addr = /bits/ 8 <0x14>;
70 rom-val = /bits/ 8 <0xcf>;