Skip to content

Commit 447f85b

Browse files
rogerqr-vignesh
authored andcommitted
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: 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>
1 parent d693838 commit 447f85b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-am642-evm-nand.dtso

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
&main_pmx0 {
1515
gpmc0_pins_default: gpmc0-pins-default {
16+
bootph-all;
1617
pinctrl-single,pins = <
1718
AM64X_IOPAD(0x0094, PIN_INPUT, 7) /* (T19) GPMC0_BE1n.GPIO0_36 */
1819
AM64X_IOPAD(0x003c, PIN_INPUT, 0) /* (T20) GPMC0_AD0 */
@@ -50,6 +51,7 @@
5051

5152
&main_gpio0 {
5253
gpio0-36 {
54+
bootph-all;
5355
gpio-hog;
5456
gpios = <36 0>;
5557
input;
@@ -58,6 +60,7 @@
5860
};
5961

6062
&elm0 {
63+
bootph-all;
6164
status = "okay";
6265
};
6366

@@ -106,30 +109,37 @@
106109
#size-cells = <1>;
107110

108111
partition@0 {
112+
bootph-all;
109113
label = "NAND.tiboot3";
110114
reg = <0x00000000 0x00200000>; /* 2M */
111115
};
112116
partition@200000 {
117+
bootph-all;
113118
label = "NAND.tispl";
114119
reg = <0x00200000 0x00200000>; /* 2M */
115120
};
116121
partition@400000 {
122+
bootph-all;
117123
label = "NAND.tiboot3.backup"; /* 2M */
118124
reg = <0x00400000 0x00200000>; /* BootROM looks at 4M */
119125
};
120126
partition@600000 {
127+
bootph-all;
121128
label = "NAND.u-boot";
122129
reg = <0x00600000 0x00400000>; /* 4M */
123130
};
124131
partition@a00000 {
132+
bootph-all;
125133
label = "NAND.u-boot-env";
126134
reg = <0x00a00000 0x00040000>; /* 256K */
127135
};
128136
partition@a40000 {
137+
bootph-all;
129138
label = "NAND.u-boot-env.backup";
130139
reg = <0x00a40000 0x00040000>; /* 256K */
131140
};
132141
partition@a80000 {
142+
bootph-all;
133143
label = "NAND.file-system";
134144
reg = <0x00a80000 0x3f580000>;
135145
};

0 commit comments

Comments
 (0)