Commit eb711490 authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: Use standard names for LED nodes

LED nodes should be named led-* to match the bindings.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 86b224be
...@@ -589,7 +589,7 @@ wakeup { ...@@ -589,7 +589,7 @@ wakeup {
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
wifi { led-0 {
label = "wifi-led"; label = "wifi-led";
gpios = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>; gpios = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
linux,default-trigger = "rfkill0"; linux,default-trigger = "rfkill0";
......
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