|
|
@@ -204,49 +204,65 @@
|
|
|
reg = <0x27>;
|
|
|
|
|
|
led0@0 {
|
|
|
- label = "rgb:led0";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <0>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x0>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|
|
|
|
|
|
led1@1 {
|
|
|
- label = "rgb:led1";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <1>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x1>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|
|
|
|
|
|
led2@2 {
|
|
|
- label = "rgb:led2";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <2>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x2>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|
|
|
|
|
|
led3@3 {
|
|
|
- label = "rgb:led3";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <3>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x3>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|
|
|
|
|
|
led4@4 {
|
|
|
- label = "rgb:led4";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <4>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x4>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|
|
|
|
|
|
led5@5 {
|
|
|
- label = "rgb:led5";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <5>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x5>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|
|
|
|
|
|
led6@6 {
|
|
|
- label = "rgb:led6";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <6>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x6>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|
|
|
|
|
|
led7@7 {
|
|
|
- label = "rgb:led7";
|
|
|
+ function = LED_FUNCTION_BACKLIGHT;
|
|
|
+ function-enumerator = <7>;
|
|
|
+ color = <LED_COLOR_ID_WHITE>;
|
|
|
reg = <0x7>;
|
|
|
linux,default-trigger = "default-on";
|
|
|
};
|