“ee78bb95b7bea08b7774a02073ea2bb45611a9e1”上不存在“drivers/tty/nozomi.c”
提交 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 @@ ...@@ -59,14 +59,13 @@
label = "dns313:green:disk"; label = "dns313:green:disk";
gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>; gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
linux,default-trigger = "ide-disk"; linux,default-trigger = "disk-read";
/* Ideally should activate while reading */
}; };
led-disk-red { led-disk-red {
label = "dns313:red:disk"; label = "dns313:red:disk";
gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>; gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
default-state = "off"; 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.
先完成此消息的编辑!
想要评论请 注册