From: Yalei Zang Date: Wed, 22 Jul 2026 13:09:07 +0000 (+0800) Subject: airoha: add label for ATF reserved memory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24366%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- 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>; };