ARM: tegra: Use standard names for LED nodes
authorThierry Reding <treding@nvidia.com>
Thu, 11 Jun 2020 17:56:47 +0000 (19:56 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 25 Jun 2020 07:29:45 +0000 (09:29 +0200)
LED nodes should be named led-* to match the bindings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20-paz00.dts

index f6aa783b0f024d6631f1096e808102379d0dda97..ada2bed8b1b58525590db86ae233118e70a9cefc 100644 (file)
        gpio-leds {
                compatible = "gpio-leds";
 
-               wifi {
+               led-0 {
                        label = "wifi-led";
                        gpios = <&gpio TEGRA_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "rfkill0";