Commit 447f85b7 authored by Roger Quadros's avatar Roger Quadros Committed by Vignesh Raghavendra

arm: dts: k3-am642-evm-nand: Add bootph-all to NAND related nodes

NAND boot would require these nodes to be present at early stage.
Ensure that by adding "bootph-all" to relevant nodes.
Signed-off-by: default avatarRoger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20240628-am642-evm-nand-bootph-v2-1-387bfa1533a6@kernel.orgSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent d6938388
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
&main_pmx0 { &main_pmx0 {
gpmc0_pins_default: gpmc0-pins-default { gpmc0_pins_default: gpmc0-pins-default {
bootph-all;
pinctrl-single,pins = < pinctrl-single,pins = <
AM64X_IOPAD(0x0094, PIN_INPUT, 7) /* (T19) GPMC0_BE1n.GPIO0_36 */ AM64X_IOPAD(0x0094, PIN_INPUT, 7) /* (T19) GPMC0_BE1n.GPIO0_36 */
AM64X_IOPAD(0x003c, PIN_INPUT, 0) /* (T20) GPMC0_AD0 */ AM64X_IOPAD(0x003c, PIN_INPUT, 0) /* (T20) GPMC0_AD0 */
...@@ -50,6 +51,7 @@ AM64X_IOPAD(0x00a4, PIN_OUTPUT, 0) /* (N17) GPMC0_DIR */ ...@@ -50,6 +51,7 @@ AM64X_IOPAD(0x00a4, PIN_OUTPUT, 0) /* (N17) GPMC0_DIR */
&main_gpio0 { &main_gpio0 {
gpio0-36 { gpio0-36 {
bootph-all;
gpio-hog; gpio-hog;
gpios = <36 0>; gpios = <36 0>;
input; input;
...@@ -58,6 +60,7 @@ gpio0-36 { ...@@ -58,6 +60,7 @@ gpio0-36 {
}; };
&elm0 { &elm0 {
bootph-all;
status = "okay"; status = "okay";
}; };
...@@ -106,30 +109,37 @@ partitions { ...@@ -106,30 +109,37 @@ partitions {
#size-cells = <1>; #size-cells = <1>;
partition@0 { partition@0 {
bootph-all;
label = "NAND.tiboot3"; label = "NAND.tiboot3";
reg = <0x00000000 0x00200000>; /* 2M */ reg = <0x00000000 0x00200000>; /* 2M */
}; };
partition@200000 { partition@200000 {
bootph-all;
label = "NAND.tispl"; label = "NAND.tispl";
reg = <0x00200000 0x00200000>; /* 2M */ reg = <0x00200000 0x00200000>; /* 2M */
}; };
partition@400000 { partition@400000 {
bootph-all;
label = "NAND.tiboot3.backup"; /* 2M */ label = "NAND.tiboot3.backup"; /* 2M */
reg = <0x00400000 0x00200000>; /* BootROM looks at 4M */ reg = <0x00400000 0x00200000>; /* BootROM looks at 4M */
}; };
partition@600000 { partition@600000 {
bootph-all;
label = "NAND.u-boot"; label = "NAND.u-boot";
reg = <0x00600000 0x00400000>; /* 4M */ reg = <0x00600000 0x00400000>; /* 4M */
}; };
partition@a00000 { partition@a00000 {
bootph-all;
label = "NAND.u-boot-env"; label = "NAND.u-boot-env";
reg = <0x00a00000 0x00040000>; /* 256K */ reg = <0x00a00000 0x00040000>; /* 256K */
}; };
partition@a40000 { partition@a40000 {
bootph-all;
label = "NAND.u-boot-env.backup"; label = "NAND.u-boot-env.backup";
reg = <0x00a40000 0x00040000>; /* 256K */ reg = <0x00a40000 0x00040000>; /* 256K */
}; };
partition@a80000 { partition@a80000 {
bootph-all;
label = "NAND.file-system"; label = "NAND.file-system";
reg = <0x00a80000 0x3f580000>; reg = <0x00a80000 0x3f580000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment