arm: dts: k3-am642-evm-nand: Add bootph-all to NAND related nodes
authorRoger Quadros <rogerq@kernel.org>
Fri, 28 Jun 2024 10:30:38 +0000 (13:30 +0300)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 1 Jul 2024 16:06:07 +0000 (21:36 +0530)
NAND boot would require these nodes to be present at early stage.
Ensure that by adding "bootph-all" to relevant nodes.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20240628-am642-evm-nand-bootph-v2-1-387bfa1533a6@kernel.org
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am642-evm-nand.dtso

index dc70b6fbc3d742e1ff98277e6c78a15db728a7a9..f08c0e272b53a6ca0bc34f64c19494de5c79f3ca 100644 (file)
@@ -13,6 +13,7 @@
 
 &main_pmx0 {
        gpmc0_pins_default: gpmc0-pins-default {
+               bootph-all;
                pinctrl-single,pins = <
                        AM64X_IOPAD(0x0094, PIN_INPUT, 7) /* (T19) GPMC0_BE1n.GPIO0_36 */
                        AM64X_IOPAD(0x003c, PIN_INPUT, 0) /* (T20) GPMC0_AD0 */
@@ -50,6 +51,7 @@
 
 &main_gpio0 {
        gpio0-36 {
+               bootph-all;
                gpio-hog;
                gpios = <36 0>;
                input;
@@ -58,6 +60,7 @@
 };
 
 &elm0 {
+       bootph-all;
        status = "okay";
 };
 
                        #size-cells = <1>;
 
                        partition@0 {
+                               bootph-all;
                                label = "NAND.tiboot3";
                                reg = <0x00000000 0x00200000>;  /* 2M */
                        };
                        partition@200000 {
+                               bootph-all;
                                label = "NAND.tispl";
                                reg = <0x00200000 0x00200000>;  /* 2M */
                        };
                        partition@400000 {
+                               bootph-all;
                                label = "NAND.tiboot3.backup";  /* 2M */
                                reg = <0x00400000 0x00200000>;  /* BootROM looks at 4M */
                        };
                        partition@600000 {
+                               bootph-all;
                                label = "NAND.u-boot";
                                reg = <0x00600000 0x00400000>;  /* 4M */
                        };
                        partition@a00000 {
+                               bootph-all;
                                label = "NAND.u-boot-env";
                                reg = <0x00a00000 0x00040000>;  /* 256K */
                        };
                        partition@a40000 {
+                               bootph-all;
                                label = "NAND.u-boot-env.backup";
                                reg = <0x00a40000 0x00040000>;  /* 256K */
                        };
                        partition@a80000 {
+                               bootph-all;
                                label = "NAND.file-system";
                                reg = <0x00a80000 0x3f580000>;
                        };