[openwrt/openwrt] bcm53xx: drop downstream patch for Buffalo WZR-1750DHP button

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 8 07:00:19 PST 2021


rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/406c5002b842e293a9deb053a1479eefcae0f431

commit 406c5002b842e293a9deb053a1479eefcae0f431
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Thu Sep 16 08:39:50 2021 +0200

    bcm53xx: drop downstream patch for Buffalo WZR-1750DHP button
    
    This patch never received a proper description and was never sent
    upstream as supposed. It was meant to be handled in 2015-2018 so it
    should be safe to assume noone really understands it or care.
    
    Cc: Felix Fietkau <nbd at nbd.name>
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 ...1X-Add-power-button-for-Buffalo-WZR-1750DHP.patch | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/target/linux/bcm53xx/patches-5.10/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch b/target/linux/bcm53xx/patches-5.10/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
deleted file mode 100644
index b3cb5de048..0000000000
--- a/target/linux/bcm53xx/patches-5.10/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Felix Fietkau <nbd at nbd.name>
-Subject: [PATCH] ARM: BCM5301X: Add power button for Buffalo WZR-1750DHP
-
-Signed-off-by: Felix Fietkau <nbd at nbd.name>
----
---- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
-+++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
-@@ -100,6 +100,12 @@
- 	gpio-keys {
- 		compatible = "gpio-keys";
- 
-+		power {
-+			label = "Power";
-+			linux,code = <KEY_POWER>;
-+			gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
-+		};
-+
- 		restart {
- 			label = "Reset";
- 			linux,code = <KEY_RESTART>;



More information about the lede-commits mailing list