arm64: dts: ti: Add phase tags for memory node on J784S4 EVM and AM69 SK
authorApurva Nandan <a-nandan@ti.com>
Fri, 19 Jan 2024 17:16:19 +0000 (22:46 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 5 Feb 2024 13:55:56 +0000 (19:25 +0530)
memory node are required for bootloader operation on TI K3 J784S4 EVM
and AM69-SK boards for finding the memory size during early boot stage.

So, align Linux device tree by adding phase tag marking 'bootph-all',
which is to enable for all bootloader stages.

Signed-off-by: Apurva Nandan <a-nandan@ti.com>
Link: https://lore.kernel.org/r/20240119171619.3759205-1-a-nandan@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am69-sk.dts
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts

index 8da5915798688a5fb3016990079b848d083e0c11..ec61ed66b43d88e7827e731f44d7ae3f2d908b92 100644 (file)
@@ -33,6 +33,7 @@
 
        memory@80000000 {
                device_type = "memory";
+               bootph-all;
                /* 32G RAM */
                reg = <0x00 0x80000000 0x00 0x80000000>,
                      <0x08 0x80000000 0x07 0x80000000>;
index f34b92acc56d870f50cddd2b039c9c513171a32a..616f5b5bd07d60781bdfc3c5d496ed47c6e8727f 100644 (file)
@@ -31,6 +31,7 @@
 
        memory@80000000 {
                device_type = "memory";
+               bootph-all;
                /* 32G RAM */
                reg = <0x00 0x80000000 0x00 0x80000000>,
                      <0x08 0x80000000 0x07 0x80000000>;