]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: phy: cleanup RTL8214C configuration
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Mon, 26 Jan 2026 13:11:09 +0000 (14:11 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 27 Jan 2026 23:28:15 +0000 (00:28 +0100)
commit3c024c00ce8d2f8074aa6daf1bf110a3ddf06515
tree540246639332483ea77110e791cb75d3976362a4
parent1d0e2859c5c7cd01c1092019b89dd0f56bf3dda8
realtek: phy: cleanup RTL8214C configuration

RTL8214C configuration is currently useless.

- It uses register 29 (write only companion of ext. page register 30)
- "configuration" only reads registers 2/3 and writes a message
- "configuration" is run during probing

Drop the useless coding. As this was the last consumer drop register
29 define too.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/21716
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.c