No dwc0 on bananapi m1 with Linux 5.10 devicetree
qroxana via freebsd-arm <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <1sKA_1f0z4MvqNKPTG1kiNCHauRdILGumygIn6w0H-XBzxg_cTV0c-01SCnrUcmzy96RCoE2zA4khWzwo6DQQymVphL7zpjOVx5c48lXAXU=@protonmail.com> |
It seems the dwc0 no longer works after 6be3386466ab79a84b48429ae66244f21526d3df dwc0: <A20 Gigabit Ethernet Controller> mem 0x1c50000-0x1c5ffff irq 72 on simplebus0 dwc0: Can't reset DWC. device_attach: dwc0 attach returned 6 I've tried to revert this change on my bananapi m1 and dwc0 worked again. commit e7ffa3b5ce04742455c6bd4d8af0fdedd9978c77 Author: Emmanuel Vadot <[email protected]> Date: Sun Jan 17 19:02:46 2021 +0100 Import devicetree files from Linux 5.10 diff --git a/src/arm/sun7i-a20-bananapi.dts b/src/arm/sun7i-a20-bananapi.dts index bb3987e..0b3d9ae 100644 --- a/src/arm/sun7i-a20-bananapi.dts +++ b/src/arm/sun7i-a20-bananapi.dts @@ -132,7 +132,7 @@ pinctrl-names = "default"; pinctrl-0 = <&gmac_rgmii_pins>; phy-handle = <&phy1>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-supply = <®_gmac_3v3>; status = "okay"; }; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-arm To unsubscribe, send any mail to "[email protected]"