Skip to content

Commit d6ad164

Browse files
chintanv133r-vignesh
authored andcommitted
arm64: dts: ti: k3-am62p5-sk: 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 AM62P5-SK. 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 7cc984f commit d6ad164

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/ti/k3-am62p5-sk.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,14 @@
214214
};
215215
};
216216

217+
&cpsw_mac_syscon {
218+
bootph-all;
219+
};
220+
221+
&phy_gmii_sel {
222+
bootph-all;
223+
};
224+
217225
&main_gpio0 {
218226
bootph-all;
219227
};
@@ -267,6 +275,7 @@
267275
AM62PX_IOPAD(0x0160, PIN_OUTPUT, 0) /* (F17) MDIO0_MDC */
268276
AM62PX_IOPAD(0x015c, PIN_INPUT, 0) /* (F16) MDIO0_MDIO */
269277
>;
278+
bootph-all;
270279
};
271280

272281
main_mmc1_pins_default: main-mmc1-default-pins {
@@ -547,6 +556,7 @@
547556
phy-mode = "rgmii-rxid";
548557
phy-handle = <&cpsw3g_phy0>;
549558
status = "okay";
559+
bootph-all;
550560
};
551561

552562
&cpsw_port2 {
@@ -562,6 +572,7 @@
562572

563573
cpsw3g_phy0: ethernet-phy@0 {
564574
reg = <0>;
575+
bootph-all;
565576
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
566577
ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
567578
ti,min-output-impedance;

0 commit comments

Comments
 (0)