Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/arm/boot/dts/tegra20-paz00.dts
··· 589 589 gpio-leds { 590 590 compatible = "gpio-leds"; 591 591 592 - wifi { 592 + led-0 { 593 593 label = "wifi-led"; 594 594 gpios = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>; 595 595 linux,default-trigger = "rfkill0";