[debug] fix build issue
This commit is contained in:
parent
8995901706
commit
d322c76693
|
@ -424,12 +424,10 @@
|
||||||
*/
|
*/
|
||||||
/*zhongjinrong added for led driver end >*/
|
/*zhongjinrong added for led driver end >*/
|
||||||
|
|
||||||
aw20036_led@3a {
|
aw20036_led: aw20036_led@3a {
|
||||||
compatible = "awinic,aw20036_led";
|
compatible = "awinic,aw20036_led";
|
||||||
reg = <0x3a>;
|
reg = <0x3a>;
|
||||||
reset-gpio = <&pio 7 0>;
|
reset-gpio = <&pio 7 0>;
|
||||||
irq-gpio = <&pio 6 0>;
|
|
||||||
status = "okay";
|
|
||||||
imax = <5>; /* 80mA */
|
imax = <5>; /* 80mA */
|
||||||
max-brightness = <255>;
|
max-brightness = <255>;
|
||||||
brightness = <80>;
|
brightness = <80>;
|
||||||
|
@ -462,10 +460,9 @@
|
||||||
180 182 184 186 188 190 192 194 196 198
|
180 182 184 186 188 190 192 194 196 198
|
||||||
200 202 204 206 208 210 212 214 216 218
|
200 202 204 206 208 210 212 214 216 218
|
||||||
220 222 224 226 228 230 232 234 236 238
|
220 222 224 226 228 230 232 234 236 238
|
||||||
255
|
255>;
|
||||||
>;
|
|
||||||
default-brightness-level = <100>;
|
default-brightness-level = <100>;
|
||||||
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue