Commit a4ee7e18 authored by Ansuel Smith's avatar Ansuel Smith Committed by Gregory CLEMENT

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: default avatarAnsuel Smith <ansuelsmth@gmail.com>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent b69f4697
......@@ -109,6 +109,7 @@ power {
sata {
label = "caiman:white:sata";
linux,default-trigger = "disk-activity";
};
};
};
......@@ -109,6 +109,7 @@ power {
sata {
label = "cobra:white:sata";
linux,default-trigger = "disk-activity";
};
};
};
......@@ -156,6 +156,7 @@ wlan_5g@3 {
esata@4 {
label = "mamba:white:esata";
reg = <0x4>;
linux,default-trigger = "disk-activity";
};
usb2@5 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment