Skip to content

Commit

Permalink
arm64: dts: meson: odroidc2: readd PHY reset properties
Browse files Browse the repository at this point in the history
The sync of the device tree and dt-bindings from Linux v5.6-rc2
11a48a5a18c6 ("Linux 5.6-rc2") causes Ethernet to break on some
ODROID-C2. The PHY seems to need proper reset timing to be functional
in U-Boot and Linux afterwards. Readd the old PHY reset bindings for
dwmac until we support the new bindings in the PHY node.

Fixes: dd5f235 ("arm64: dts: meson: sync dt and bindings from v5.6-rc2")
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
  • Loading branch information
agners authored and superna9999 committed Apr 19, 2021
1 parent 3a9aaef commit a246e21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi
Expand Up @@ -29,6 +29,12 @@
};
};

&ethmac {
snps,reset-gpio = <&gpio GPIOZ_14 0>;
snps,reset-delays-us = <0 10000 1000000>;
snps,reset-active-low;
};

&usb0 {
status = "disabled";
};
Expand Down

0 comments on commit a246e21

Please sign in to comment.