[openwrt/openwrt] rockchip: LinkEase EasePi R1 use dedicated uboot
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 28 16:06:35 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/414f196a9644113d4e1ce153cb5129794f15b7c7
commit 414f196a9644113d4e1ce153cb5129794f15b7c7
Author: Liangbin Lian <jjm2473 at gmail.com>
AuthorDate: Thu Nov 13 15:26:03 2025 +0800
rockchip: LinkEase EasePi R1 use dedicated uboot
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 <jjm2473 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20772
(cherry picked from commit e6a5ca0da7377645be7b9ba70b18de3b9bab5342)
Link: https://github.com/openwrt/openwrt/pull/20744
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/rockchip/image/armv8.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk
index 07272d244c..c28835d5cd 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -128,7 +128,6 @@ define Device/linkease_easepi-r1
DEVICE_VENDOR := LinkEase
DEVICE_MODEL := EasePi R1
SOC := rk3568
- UBOOT_DEVICE_NAME := generic-rk3568
DEVICE_PACKAGES := blkdiscard block-mount kmod-button-hotplug kmod-nvme kmod-r8169
endef
TARGET_DEVICES += linkease_easepi-r1
More information about the lede-commits
mailing list