]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: k3-j7200-common-proc-board-u-boot: Fix broken ethernet
authorVignesh Raghavendra <vigneshr@ti.com>
Tue, 9 Feb 2021 08:08:48 +0000 (13:38 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 16 Feb 2021 04:59:57 +0000 (10:29 +0530)
Since commit 6239cc8c4e ("arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts
into U-Boot") ranges have been added to CPSW node which results in
U-Boot CPSW driver failing to acquire phy_gmii_sel register range and
thus failing to configure GMII mode correctly.

Fix this by deleting ranges in -u-boot-dtsi just like its done for other
K3 platforms.

Fixes: 6239cc8c4e ("arm: dts: k3-j7200: Sync Linux v5.11-rc6 dts into U-Boot")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm/dts/k3-j7200-common-proc-board-u-boot.dtsi

index e52f7e1e86bb43272cc2edbcd0edd7ecf6434001..bd037be35044cebe8ad992c6dc517b1ada7d76a1 100644 (file)
        reg = <0x0 0x46000000 0x0 0x200000>,
              <0x0 0x40f00200 0x0 0x8>;
        reg-names = "cpsw_nuss", "mac_efuse";
+       /delete-property/ ranges;
 
        cpsw-phy-sel@40f04040 {
                compatible = "ti,am654-cpsw-phy-sel";