提交 2bd2bbff 编写于 作者: L Linus Walleij

ARM: dtd: Set DNS-313 LEDs to use better triggers

We just used one LED for "disk activity" but using the green
LED for disk read and the red LED for disk write gives a way
better user experience.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 c0b20bac
......@@ -59,14 +59,13 @@
label = "dns313:green:disk";
gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
default-state = "off";
linux,default-trigger = "ide-disk";
/* Ideally should activate while reading */
linux,default-trigger = "disk-read";
};
led-disk-red {
label = "dns313:red:disk";
gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
default-state = "off";
/* Ideally should activate while writing */
linux,default-trigger = "disk-write";
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册