From: Thierry Reding Date: Thu, 11 Jun 2020 17:56:47 +0000 (+0200) Subject: ARM: tegra: Use standard names for LED nodes X-Git-Tag: howlett/maple_spf/20210104~1384^2~46^2~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=eb711490c4e9ee7383bd18baf0272ea3c97b832c;p=users%2Fjedix%2Flinux-maple.git ARM: tegra: Use standard names for LED nodes LED nodes should be named led-* to match the bindings. Signed-off-by: Thierry Reding --- diff --git a/arch/arm/boot/dts/tegra20-paz00.dts b/arch/arm/boot/dts/tegra20-paz00.dts index f6aa783b0f024..ada2bed8b1b58 100644 --- a/arch/arm/boot/dts/tegra20-paz00.dts +++ b/arch/arm/boot/dts/tegra20-paz00.dts @@ -589,7 +589,7 @@ gpio-leds { compatible = "gpio-leds"; - wifi { + led-0 { label = "wifi-led"; gpios = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>; linux,default-trigger = "rfkill0";