Skip to content

Commit ab9ec66

Browse files
chintanv133r-vignesh
authored andcommitted
arm64: dts: ti: k3-j722s-evm: Add bootph-all property to enable Ethernet boot
Ethernet boot requires CPSW nodes to be present starting from R5 SPL stage. Add bootph-all property to required nodes to enable Ethernet boot for J722S-EVM. Reviewed-by: Roger Quadros <[email protected]> Signed-off-by: Chintan Vankar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent d6ad164 commit ab9ec66

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/ti/k3-j722s-evm.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@
282282
};
283283
};
284284

285+
&cpsw_mac_syscon {
286+
bootph-all;
287+
};
288+
289+
&phy_gmii_sel {
290+
bootph-all;
291+
};
292+
285293
&main_pmx0 {
286294

287295
main_mcan0_pins_default: main-mcan0-default-pins {
@@ -346,6 +354,7 @@
346354
J722S_IOPAD(0x0160, PIN_OUTPUT, 0) /* (AC24) MDIO0_MDC */
347355
J722S_IOPAD(0x015c, PIN_INPUT, 0) /* (AD25) MDIO0_MDIO */
348356
>;
357+
bootph-all;
349358
};
350359

351360
ospi0_pins_default: ospi0-default-pins {
@@ -380,6 +389,7 @@
380389
J722S_IOPAD(0x0130, PIN_OUTPUT, 0) /* (AG26) RGMII1_TXC */
381390
J722S_IOPAD(0x012c, PIN_OUTPUT, 0) /* (AF25) RGMII1_TX_CTL */
382391
>;
392+
bootph-all;
383393
};
384394

385395
main_usb1_pins_default: main-usb1-default-pins {
@@ -424,6 +434,7 @@
424434

425435
cpsw3g_phy0: ethernet-phy@0 {
426436
reg = <0>;
437+
bootph-all;
427438
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
428439
ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
429440
ti,min-output-impedance;
@@ -434,6 +445,7 @@
434445
phy-mode = "rgmii-rxid";
435446
phy-handle = <&cpsw3g_phy0>;
436447
status = "okay";
448+
bootph-all;
437449
};
438450

439451
&main_gpio1 {

0 commit comments

Comments
 (0)