Sfoglia il codice sorgente

leds: lp8860: Add DT parsing to retrieve the trigger node

Add the ability to parse the DT and set the default
trigger mode for the LED.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Dan Murphy 7 anni fa
parent
commit
50aa46c4bd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      drivers/leds/leds-lp8860.c

+ 4 - 0
drivers/leds/leds-lp8860.c

@@ -394,6 +394,10 @@ static int lp8860_probe(struct i2c_client *client,
 		return -ENOMEM;
 
 	for_each_available_child_of_node(np, child_node) {
+		led->led_dev.default_trigger = of_get_property(child_node,
+						    "linux,default-trigger",
+						    NULL);
+
 		ret = of_property_read_string(child_node, "label", &name);
 		if (!ret)
 			snprintf(led->label, sizeof(led->label), "%s:%s",