Commit 1bad8bca authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

ARM: dts: imx: 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 34caa126
...@@ -63,7 +63,7 @@ user-key { ...@@ -63,7 +63,7 @@ user-key {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
user { led-user {
label = "Heartbeat"; label = "Heartbeat";
gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
......
...@@ -71,7 +71,7 @@ leds { ...@@ -71,7 +71,7 @@ leds {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&led_pin_gpio7_7>; pinctrl-0 = <&led_pin_gpio7_7>;
user { led-user {
label = "Heartbeat"; label = "Heartbeat";
gpios = <&gpio7 7 0>; gpios = <&gpio7 7 0>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
......
...@@ -99,7 +99,7 @@ leds { ...@@ -99,7 +99,7 @@ leds {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_leds_novena>; pinctrl-0 = <&pinctrl_leds_novena>;
heartbeat { led-heartbeat {
label = "novena:white:panel"; label = "novena:white:panel";
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "default-on"; linux,default-trigger = "default-on";
......
...@@ -24,7 +24,7 @@ gpio-leds { ...@@ -24,7 +24,7 @@ gpio-leds {
pinctrl-0 = <&pinctrl_leds_debug>; pinctrl-0 = <&pinctrl_leds_debug>;
pinctrl-names = "default"; pinctrl-names = "default";
debug { led-debug {
label = "zii:green:debug1"; label = "zii:green:debug1";
gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
......
...@@ -36,7 +36,7 @@ gpio-leds { ...@@ -36,7 +36,7 @@ gpio-leds {
pinctrl-0 = <&pinctrl_leds_debug>; pinctrl-0 = <&pinctrl_leds_debug>;
pinctrl-names = "default"; pinctrl-names = "default";
debug { led-debug {
label = "zii:green:debug1"; label = "zii:green:debug1";
gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; 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