From f64b1fcc28f099963723264e81c20b3bde4659f3 Mon Sep 17 00:00:00 2001 From: Kishon Vijay Abraham I Date: Mon, 2 May 2022 20:18:10 +0530 Subject: [PATCH] arm: dts: k3-am625-sk: Enable CPSW port 1 in SPL stage Enable CPSW port 1 in SPL stage to ethboot working in AM62. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/dts/k3-am625-sk-u-boot.dtsi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi b/arch/arm/dts/k3-am625-sk-u-boot.dtsi index 20c24d2fa7..14784f3b50 100644 --- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi @@ -140,10 +140,12 @@ <0x0 0x43000200 0x0 0x8>; reg-names = "cpsw_nuss", "mac_efuse"; /delete-property/ ranges; + u-boot,dm-spl; cpsw-phy-sel@04044 { compatible = "ti,am64-phy-gmii-sel"; reg = <0x0 0x00104044 0x0 0x8>; + u-boot,dm-spl; }; }; @@ -182,3 +184,27 @@ }; }; }; + +&cpsw_port1 { + u-boot,dm-spl; +}; + +&main_rgmii1_pins_default { + u-boot,dm-spl; +}; + +&main_rgmii2_pins_default { + u-boot,dm-spl; +}; + +&main_mdio1_pins_default { + u-boot,dm-spl; +}; + +&cpsw3g_phy0 { + u-boot,dm-spl; +}; + +&cpsw3g_phy1 { + u-boot,dm-spl; +};