mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 11:29:49 +01:00
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>
This commit is contained in:
parent
442e67d31f
commit
133e01b95e
1 changed files with 21 additions and 0 deletions
|
|
@ -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>;
|
||||
Loading…
Add table
Reference in a new issue