From 133e01b95e83aeec7b34893de35c2dd15ad0f705 Mon Sep 17 00:00:00 2001 From: Dirk Buchwalder Date: Sun, 1 Mar 2026 13:48:42 +0100 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/22151 Signed-off-by: Christian Marangi --- .../patches/998-airoha-add-snfi-label.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/boot/uboot-airoha/patches/998-airoha-add-snfi-label.patch 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 +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 +--- + 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 = ; + }; + +- spi@1fa10000 { ++ snfi: spi@1fa10000 { + compatible = "airoha,en7581-snand"; + reg = <0x0 0x1fa10000 0x0 0x140>, + <0x0 0x1fa11000 0x0 0x160>;