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:
Родитель
b69f4697c8
Коммит
a4ee7e18d8
|
@ -109,6 +109,7 @@
|
|||
|
||||
sata {
|
||||
label = "caiman:white:sata";
|
||||
linux,default-trigger = "disk-activity";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
|
||||
sata {
|
||||
label = "cobra:white:sata";
|
||||
linux,default-trigger = "disk-activity";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -156,6 +156,7 @@
|
|||
esata@4 {
|
||||
label = "mamba:white:esata";
|
||||
reg = <0x4>;
|
||||
linux,default-trigger = "disk-activity";
|
||||
};
|
||||
|
||||
usb2@5 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче