Bug 257278 - Recent current breaks nic/phy on Allwinner H5 based NanoPI NEO2
Summary: Recent current breaks nic/phy on Allwinner H5 based NanoPI NEO2
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: CURRENT
Hardware: arm64 Any
: --- Affects Only Me
Assignee: freebsd-arm (Nobody)
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2021-07-19 14:02 UTC by Manuel Stühn
Modified: 2021-07-19 15:58 UTC (History)
0 users

See Also:


Attachments
verbose dmesg (9.04 KB, application/x-zip-compressed)
2021-07-19 14:02 UTC, Manuel Stühn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Stühn 2021-07-19 14:02:43 UTC
Created attachment 226549 [details]
verbose dmesg

With the update to rev db0f26439357, the NIC/PHY on my Allwinner NanoPI NEO2 stopped working. Both LEDs (Link/Traffic) are only glowing (PHY not initialized?). I did an update of all dtb-files, and also updated U-Boot to most recent Version from Ports (21.07), but nothing did help.

I've attached a verbose dmesg.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-19 15:34:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5

commit 857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-07-19 15:31:57 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-07-19 15:31:57 +0000

    arm64: std.allwinner: Add aw_syscon

    This was missed during the conversion of kernel configs
    PR:             257278
    Reported by:     Manuel Stühn <freebsd@justmail.de>

 sys/arm64/conf/std.allwinner | 3 +++
 1 file changed, 3 insertions(+)
Comment 2 Manuel Stühn 2021-07-19 15:58:04 UTC
Thanks for the fix, network is now working again.