[openwrt/openwrt] realtek: rtl931x: Enable REALTEK_PHY for RTL8224 support
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 30 11:12:31 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/657b61be2e7d5b4eeed846620bc4da336f523bd2
commit 657b61be2e7d5b4eeed846620bc4da336f523bd2
Author: Sven Eckelmann <se at simonwunderlich.de>
AuthorDate: Wed Jul 30 07:39:32 2025 +0200
realtek: rtl931x: Enable REALTEK_PHY for RTL8224 support
The Plasma Cloud PSX28 and ESX28 are using RTL8224 as ethernet PHY. This
phy works perfectly fine on PSX8/PSX10 (RTL930x) but failed to establish a link
on rtl931x because the upstream realtek phy driver was not enabled.
Signed-off-by: Sven Eckelmann <se at simonwunderlich.de>
Link: https://github.com/openwrt/openwrt/pull/20239
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/realtek/rtl931x/config-6.12 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/realtek/rtl931x/config-6.12 b/target/linux/realtek/rtl931x/config-6.12
index 7c2702552a..6584a23e81 100644
--- a/target/linux/realtek/rtl931x/config-6.12
+++ b/target/linux/realtek/rtl931x/config-6.12
@@ -212,6 +212,8 @@ CONFIG_RANDSTRUCT_NONE=y
CONFIG_RATIONAL=y
CONFIG_REALTEK_OTTO_TIMER=y
CONFIG_REALTEK_OTTO_WDT=y
+CONFIG_REALTEK_PHY=y
+CONFIG_REALTEK_PHY_HWMON=y
CONFIG_REALTEK_SOC_PHY=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
More information about the lede-commits
mailing list