ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED

We are incorrectly defining the pwr LED, attaching it to a gpio line
that is wired to the Wi-Fi SDIO module (which fails due to this).

The actual power LED is connected to the GPIO expander, which we don't
expose currently.

Fixes: 9d56c22a78 ("ARM: bcm2835: Add devicetree for the Raspberry Pi 3.")
Thanks-to: Eric Anholt <eric@anholt.net> [for clarifying we can't control the LED]
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Andrea Merello 2016-11-11 09:38:21 -08:00 committed by Eric Anholt
parent ce2a6ca5c6
commit a44e87b471
1 changed files with 0 additions and 7 deletions

View File

@ -16,13 +16,6 @@ leds {
act { act {
gpios = <&gpio 47 0>; gpios = <&gpio 47 0>;
}; };
pwr {
label = "PWR";
gpios = <&gpio 35 0>;
default-state = "keep";
linux,default-trigger = "default-on";
};
}; };
}; };