ARM: tegra: Use standard names for LED nodes

LED nodes should be named led-* to match the bindings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding
2020-06-11 19:56:47 +02:00
parent 86b224beea
commit eb711490c4

View File

@@ -589,7 +589,7 @@
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";