]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-am68-sk-base-board: Add bootph-all property to enable Ethernet...
authorChintan Vankar <c-vankar@ti.com>
Wed, 9 Jul 2025 10:53:23 +0000 (16:23 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 10 Jul 2025 04:20:14 +0000 (09:50 +0530)
Ethernet boot requires CPSW nodes to be present starting from R5 SPL
stage. Add bootph-all property to required nodes to enable Ethernet boot
on SK-AM68.

Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
Link: https://lore.kernel.org/r/20250709105326.232608-2-c-vankar@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts

index 5fa70a874d7b4dcd07be9ae46fa0af7f9837d006..e84c504c87d26893ab99974f42c9edaad50987b4 100644 (file)
                        J721S2_WKUP_IOPAD(0x018, PIN_OUTPUT, 0) /* (F21) MCU_RGMII1_TXC */
                        J721S2_WKUP_IOPAD(0x000, PIN_OUTPUT, 0) /* (F22) MCU_RGMII1_TX_CTL */
                >;
+               bootph-all;
        };
 
        mcu_mdio_pins_default: mcu-mdio-default-pins {
                        J721S2_WKUP_IOPAD(0x034, PIN_OUTPUT, 0) /* (A21) MCU_MDIO0_MDC */
                        J721S2_WKUP_IOPAD(0x030, PIN_INPUT, 0) /* (A22) MCU_MDIO0_MDIO */
                >;
+               bootph-all;
        };
 
        mcu_mcan0_pins_default: mcu-mcan0-default-pins {
        };
 };
 
+&cpsw_mac_syscon {
+       bootph-all;
+};
+
+&phy_gmii_sel {
+       bootph-all;
+};
+
 &main_gpio0 {
        status = "okay";
        pinctrl-names = "default";
 &davinci_mdio {
        phy0: ethernet-phy@0 {
                reg = <0>;
+               bootph-all;
                ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
                ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
                ti,min-output-impedance;
 &cpsw_port1 {
        phy-mode = "rgmii-rxid";
        phy-handle = <&phy0>;
+       bootph-all;
 };
 
 &mcu_mcan0 {