ARM: dts: armada: Add default trigger for sata led
authorAnsuel Smith <ansuelsmth@gmail.com>
Tue, 28 Feb 2017 13:15:50 +0000 (14:15 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 8 Mar 2017 08:52:51 +0000 (09:52 +0100)
In others board we have the sata led set to function
with the sata led trigger by default.
This patch makes the same for these board that have sata
led but get disabled by not associating it to any trigger.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-385-linksys-caiman.dts
arch/arm/boot/dts/armada-385-linksys-cobra.dts
arch/arm/boot/dts/armada-xp-linksys-mamba.dts

index f3cee91..a1b6e68 100644 (file)
 
                sata {
                        label = "caiman:white:sata";
+                       linux,default-trigger = "disk-activity";
                };
        };
 };
index 1110718..a1a75af 100644 (file)
 
                sata {
                        label = "cobra:white:sata";
+                       linux,default-trigger = "disk-activity";
                };
        };
 };
index 42ea876..3744ba3 100644 (file)
                                        esata@4 {
                                                label = "mamba:white:esata";
                                                reg = <0x4>;
+                                               linux,default-trigger = "disk-activity";
                                        };
 
                                        usb2@5 {