This is a note to let you know that I've just added the patch titled ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED to the 4.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm64-dts-bcm2837-rpi-3-b-remove-incorrect-pwr-led.patch and it can be found in the queue-4.9 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From a44e87b47148c6ee6b78509f47e6a15c0fae890a Mon Sep 17 00:00:00 2001 From: Andrea Merello <andrea.merello@xxxxxxxxx> Date: Fri, 11 Nov 2016 09:38:21 -0800 Subject: ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED From: Andrea Merello <andrea.merello@xxxxxxxxx> commit a44e87b47148c6ee6b78509f47e6a15c0fae890a upstream. 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 <eric@xxxxxxxxxx> [for clarifying we can't control the LED] Signed-off-by: Andrea Merello <andrea.merello@xxxxxxxxx> Signed-off-by: Eric Anholt <eric@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 7 ------- 1 file changed, 7 deletions(-) --- a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts +++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts @@ -15,13 +15,6 @@ act { gpios = <&gpio 47 0>; }; - - pwr { - label = "PWR"; - gpios = <&gpio 35 0>; - default-state = "keep"; - linux,default-trigger = "default-on"; - }; }; }; Patches currently in stable-queue which might be from andrea.merello@xxxxxxxxx are queue-4.9/arm64-dts-bcm2837-rpi-3-b-remove-incorrect-pwr-led.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html