summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Buchwalder2026-03-01 12:48:42 +0000
committerRobert Marko2026-05-15 18:53:04 +0000
commitfac5a815ea128a6d36d8c4fe69f4692cb3c7466c (patch)
tree6ae2ed4f35189b14f11679bac0b7157a8b2bed9f
parentaa3a9d8fa2b634e6dd3906c21c7ae508eb9aa271 (diff)
downloadopenwrt-fac5a815ea128a6d36d8c4fe69f4692cb3c7466c.tar.gz
uboot-airoha: add a label to the spi node
Add a label to the spi node to allow device trees to reference it (i.e. to mark status = "okay"). Signed-off-by: Dirk Buchwalder <buchwalder@posteo.de> Link: https://github.com/openwrt/openwrt/pull/22151 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 133e01b95e83aeec7b34893de35c2dd15ad0f705) Link: https://github.com/openwrt/openwrt/pull/22294 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/boot/uboot-airoha/patches/998-airoha-add-snfi-label.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/boot/uboot-airoha/patches/998-airoha-add-snfi-label.patch b/package/boot/uboot-airoha/patches/998-airoha-add-snfi-label.patch
new file mode 100644
index 0000000000..200f93c10f
--- /dev/null
+++ b/package/boot/uboot-airoha/patches/998-airoha-add-snfi-label.patch
@@ -0,0 +1,21 @@
+From 4fb890cd92dcf8985e76a544c949ad455784ed81 Mon Sep 17 00:00:00 2001
+From: Dirk Buchwalder <buchwalder@posteo.de>
+Date: Sun, 1 Mar 2026 13:48:42 +0100
+Subject: [PATCH] uboot-airoha: add a label to the spi node
+
+Signed-off-by: Dirk Buchwalder <buchwalder@posteo.de>
+---
+ dts/upstream/src/arm64/airoha/en7581.dtsi | 2 -+
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/dts/upstream/src/arm64/airoha/en7581.dtsi
++++ b/dts/upstream/src/arm64/airoha/en7581.dtsi
+@@ -150,7 +150,7 @@
+ interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
+ };
+
+- spi@1fa10000 {
++ snfi: spi@1fa10000 {
+ compatible = "airoha,en7581-snand";
+ reg = <0x0 0x1fa10000 0x0 0x140>,
+ <0x0 0x1fa11000 0x0 0x160>;