From 5428b992271410bcc0457fa9685d87722b0cf01a Mon Sep 17 00:00:00 2001 From: Yalei Zang Date: Wed, 22 Jul 2026 21:09:07 +0800 Subject: [PATCH] airoha: add label for ATF reserved memory Add a label to the ATF reserved memory node so it can be referenced by other device tree nodes or overlays. No functional change intended. Signed-off-by: Yalei Zang Link: https://github.com/openwrt/openwrt/pull/24366 Signed-off-by: Jonas Jelonek --- target/linux/airoha/dts/an7581.dtsi | 2 +- target/linux/airoha/dts/an7583.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/airoha/dts/an7581.dtsi b/target/linux/airoha/dts/an7581.dtsi index 1164c8aed58..b92d0a3a8b3 100644 --- a/target/linux/airoha/dts/an7581.dtsi +++ b/target/linux/airoha/dts/an7581.dtsi @@ -20,7 +20,7 @@ #size-cells = <2>; ranges; - atf@80000000 { + atf: atf@80000000 { no-map; reg = <0x0 0x80000000 0x0 0x200000>; }; diff --git a/target/linux/airoha/dts/an7583.dtsi b/target/linux/airoha/dts/an7583.dtsi index 5307e6d3178..2448c8acb39 100644 --- a/target/linux/airoha/dts/an7583.dtsi +++ b/target/linux/airoha/dts/an7583.dtsi @@ -18,7 +18,7 @@ #size-cells = <2>; ranges; - atf@80000000 { + atf: atf@80000000 { no-map; reg = <0x0 0x80000000 0x0 0x200000>; }; -- 2.47.3