rockchip64: uboot: fix stable mac address for rk3318-box #7930
+524
−63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
After bump to v2025.01, rk3318-box do not receive anymore a stable mac address.
The reason is that u-boot is not able anymore to properly detect the ethernet device because the upstream (ie: mainline kernel) device tree is missing a
mac-phy
reset property. This PR adds:to u-boot
arch/arm/dts/rk3328-u-boot.dtsi
, otherwise u-boot silently fail to initialize the fast ethernet.Also the patch that was carrying several fixes for various rockchip devices was wrongly ported from v2024.07 and has been fixed now, hence the large diff; anyway this is totally confined to rk3318-box board, so no one else is affected by this change.
How Has This Been Tested?
Checklist: