mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
ARM: dts: vf610: align LED node names with dtschema
The node names should be generic and DT schema expects certain pattern. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
4b0d1f2738
commit
c585dde3c7
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user