projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dff7b4
)
rockchip: LinkEase EasePi R1 use dedicated uboot
author
Liangbin Lian
<
[email protected]
>
Thu, 13 Nov 2025 07:26:03 +0000
(15:26 +0800)
committer
Hauke Mehrtens
<
[email protected]
>
Thu, 20 Nov 2025 21:24:11 +0000
(22:24 +0100)
Fixes the "mdio_bus stmmac-1: MDIO device at address 1 is missing" error
that occurs during cold boot when initializing GMAC.
Fixes: 8ca4caacd039 ("rockchip: Add support for RK3568 LinkEase EasePi R1")
Signed-off-by: Liangbin Lian <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20772
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/rockchip/image/armv8.mk
patch
|
blob
|
history
diff --git
a/target/linux/rockchip/image/armv8.mk
b/target/linux/rockchip/image/armv8.mk
index 058a12e897f3be535ca06e94e0c75b6de99b61c8..29ec6de66452091d719c91201bbf8accc8e6bef0 100644
(file)
--- a/
target/linux/rockchip/image/armv8.mk
+++ b/
target/linux/rockchip/image/armv8.mk
@@
-184,7
+184,6
@@
define Device/linkease_easepi-r1
$(Device/rk3568)
DEVICE_VENDOR := LinkEase
DEVICE_MODEL := EasePi R1
- UBOOT_DEVICE_NAME := generic-rk3568
DEVICE_PACKAGES := blkdiscard block-mount kmod-button-hotplug kmod-nvme kmod-r8169
endef
TARGET_DEVICES += linkease_easepi-r1