]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 28 Nov 2024 04:11:19 +0000 (05:11 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 8 Dec 2024 22:07:34 +0000 (23:07 +0100)
The U-Boot is currently not capable of handling ethernet-phy-ieee802.3-c45
PHYs correctly, and also does not handle MDIO bus wide reset-gpios property.
Until proper C45 PHY support lands in U-Boot, disable AVB1/AVB2 interfaces.
This only disables the two MACs with 88Q2110/88Q2112 100/1000BASE-T1 PHYs
on ethenet sub-board, the main board AVB0 ethernet is unaffected.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi

index c3704d789e89b52124d1a8f8c67d635b9dcc9004..531767cfdb2414775fd1595fb63accc8d769bb55 100644 (file)
        };
 };
 
+&avb1 {
+       status = "disabled";
+};
+
+&avb2 {
+       status = "disabled";
+};
+
 &rpc {
        flash@0 {
                spi-tx-bus-width = <1>;