ARM: dts: armada: Add default trigger for sata led

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>
This commit is contained in:
Ansuel Smith 2017-02-28 14:15:50 +01:00 committed by Gregory CLEMENT
parent b69f4697c8
commit a4ee7e18d8
3 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,7 @@
sata {
label = "caiman:white:sata";
linux,default-trigger = "disk-activity";
};
};
};

View File

@ -109,6 +109,7 @@
sata {
label = "cobra:white:sata";
linux,default-trigger = "disk-activity";
};
};
};

View File

@ -156,6 +156,7 @@
esata@4 {
label = "mamba:white:esata";
reg = <0x4>;
linux,default-trigger = "disk-activity";
};
usb2@5 {