]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: add label for ATF reserved memory 24366/head
authorYalei Zang <yalei.zang@airoha.com>
Wed, 22 Jul 2026 13:09:07 +0000 (21:09 +0800)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sat, 25 Jul 2026 21:30:49 +0000 (23:30 +0200)
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 <yalei.zang@airoha.com>
Link: https://github.com/openwrt/openwrt/pull/24366
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/airoha/dts/an7581.dtsi
target/linux/airoha/dts/an7583.dtsi

index 1164c8aed586954a058c93a4694d5b4781712ce4..b92d0a3a8b3e6eb5e8b41635b7b9c047bba53b76 100644 (file)
@@ -20,7 +20,7 @@
                #size-cells = <2>;
                ranges;
 
-               atf@80000000 {
+               atf: atf@80000000 {
                        no-map;
                        reg = <0x0 0x80000000 0x0 0x200000>;
                };
index 5307e6d31788e750cc2aa13c770706d00b5d6905..2448c8acb39a572152d5bbb2024205f191dc7f64 100644 (file)
@@ -18,7 +18,7 @@
                #size-cells = <2>;
                ranges;
 
-               atf@80000000 {
+               atf: atf@80000000 {
                        no-map;
                        reg = <0x0 0x80000000 0x0 0x200000>;
                };