mpc85xx: fix reserved-memory node name
authorDavid Bauer <mail@david-bauer.net>
Thu, 7 Dec 2023 03:44:33 +0000 (04:44 +0100)
committerDavid Bauer <mail@david-bauer.net>
Thu, 28 Dec 2023 22:37:51 +0000 (23:37 +0100)
Make the node name match the actual memory address.

Fixes: 57d7382cb159 ("mpc85xx: increase available RAM on Extreme Networks WS-AP3825i")
Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts

index e72d8e9354415ea870d7de0d49cba75aba829f8b..bdc5e81df28c9cdf82777c363d8a8ac040bcda76 100644 (file)
                #size-cells = <2>;
                ranges;
 
-               cpu1-bootpage@e000000 {
+               cpu1-bootpage@ff00000 {
                        /* Reserve upper 1 MB for second-core-bootpage */
                        reg = <0x0 0xff00000 0x0 0x100000>;
                };