Commit eb711490 authored by Thierry Reding's avatar Thierry Reding
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ wakeup {
	gpio-leds {
		compatible = "gpio-leds";

		wifi {
		led-0 {
			label = "wifi-led";
			gpios = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
			linux,default-trigger = "rfkill0";