mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
platform/x86: x86-android-tablets: Xiaomi pad2 RGB LED fwnode updates
Xiaomi pad2 RGB LED fwnode updates: 1. Set "label" instead "function" to change the LED classdev name from "rgb:indicator" to "mipad2:rgb:indicator" to match the usual triplet name format for LED classdevs. 2. Set the trigger to the new "bq27520-0-charging-orange-full-green" powersupply trigger type for multi-color LEDs. 3. Put the fwnode link for red before green in ktd2026_node_group[] so that multi_index becomes "red green blue". Signed-off-by: Kate Hsuan <hpa@redhat.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Co-developed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20240504164105.114017-8-hdegoede@redhat.com
This commit is contained in:
parent
492b1194b2
commit
0b57e2e43c
@ -609,8 +609,8 @@ static const struct software_node ktd2026_node = {
|
||||
static const struct property_entry ktd2026_rgb_led_props[] = {
|
||||
PROPERTY_ENTRY_U32("reg", 0),
|
||||
PROPERTY_ENTRY_U32("color", LED_COLOR_ID_RGB),
|
||||
PROPERTY_ENTRY_STRING("function", "indicator"),
|
||||
PROPERTY_ENTRY_STRING("linux,default-trigger", "bq27520-0-charging"),
|
||||
PROPERTY_ENTRY_STRING("label", "mipad2:rgb:indicator"),
|
||||
PROPERTY_ENTRY_STRING("linux,default-trigger", "bq27520-0-charging-orange-full-green"),
|
||||
{ }
|
||||
};
|
||||
|
||||
@ -656,9 +656,9 @@ static const struct software_node ktd2026_red_led_node = {
|
||||
static const struct software_node *ktd2026_node_group[] = {
|
||||
&ktd2026_node,
|
||||
&ktd2026_rgb_led_node,
|
||||
&ktd2026_red_led_node,
|
||||
&ktd2026_green_led_node,
|
||||
&ktd2026_blue_led_node,
|
||||
&ktd2026_red_led_node,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user