From: Andrea Merello Date: Fri, 11 Nov 2016 17:38:21 +0000 (-0800) Subject: ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED X-Git-Tag: v4.10-rc1~81^2~6^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a44e87b47148c6ee6b78509f47e6a15c0fae890a;p=karo-tx-linux.git 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: 9d56c22a7861 ("ARM: bcm2835: Add devicetree for the Raspberry Pi 3.") Thanks-to: Eric Anholt [for clarifying we can't control the LED] Signed-off-by: Andrea Merello Signed-off-by: Eric Anholt --- diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts index 7625e57a64b5..c309633a1e87 100644 --- a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts +++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts @@ -16,13 +16,6 @@ act { gpios = <&gpio 47 0>; }; - - pwr { - label = "PWR"; - gpios = <&gpio 35 0>; - default-state = "keep"; - linux,default-trigger = "default-on"; - }; }; };