[openwrt/openwrt] sifiveu: drop upstreamed patch from 6.12

LEDE Commits lede-commits at lists.infradead.org
Tue May 27 08:05:17 PDT 2025


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0c6f9665f250db6186fe8b9691654866dfd58684

commit 0c6f9665f250db6186fe8b9691654866dfd58684
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Tue May 27 13:29:23 2025 +0000

    sifiveu: drop upstreamed patch from 6.12
    
    The gpio-poweroff support has been upstreamed earlier.
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 ...v-sifive-unmatched-add-gpio-poweroff-node.patch | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/target/linux/sifiveu/patches-6.12/0004-riscv-sifive-unmatched-add-gpio-poweroff-node.patch b/target/linux/sifiveu/patches-6.12/0004-riscv-sifive-unmatched-add-gpio-poweroff-node.patch
deleted file mode 100644
index 07170d7c76..0000000000
--- a/target/linux/sifiveu/patches-6.12/0004-riscv-sifive-unmatched-add-gpio-poweroff-node.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 14ede57943bc4209755d08daf93ac7be967d7fbe Mon Sep 17 00:00:00 2001
-From: David Abdurachmanov <david.abdurachmanov at sifive.com>
-Date: Mon, 13 Sep 2021 02:18:30 -0700
-Subject: [PATCH 4/7] riscv: sifive: unmatched: add gpio-poweroff node
-
-Add gpio-poweroff node to allow powering off the system.
-
-Signed-off-by: David Abdurachmanov <david.abdurachmanov at sifive.com>
----
- arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 6 ++++++
- 1 file changed, 6 insertions(+)
-
---- a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
-+++ b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
-@@ -86,6 +86,11 @@
- 			};
- 		};
- 	};
-+
-+	gpio-poweroff {
-+		compatible = "gpio-poweroff";
-+		gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
-+	};
- };
- 
- &uart0 {




More information about the lede-commits mailing list