Commit c585dde3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

ARM: dts: vf610: align LED node names with dtschema

The node names should be generic and DT schema expects certain pattern.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 4b0d1f27
......@@ -38,7 +38,7 @@ leds {
pinctrl-0 = <&pinctrl_gpio_leds>;
/* LED D5 */
led0: heartbeat {
led0: led-heartbeat {
label = "heartbeat";
gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
default-state = "on";
......
......@@ -59,7 +59,7 @@ gpio-leds {
pinctrl-0 = <&pinctrl_leds_debug>;
pinctrl-names = "default";
debug {
led-debug {
label = "zii:green:debug1";
gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
......
......@@ -23,7 +23,7 @@ gpio-leds {
pinctrl-0 = <&pinctrl_leds_debug>;
pinctrl-names = "default";
debug {
led-debug {
label = "zii:green:debug1";
gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
......
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