]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: pcs: rtl930x: split pll config
authorJonas Jelonek <jelonek.jonas@gmail.com>
Tue, 24 Feb 2026 00:14:12 +0000 (00:14 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 14 Mar 2026 19:24:32 +0000 (20:24 +0100)
commitc41356933050a7c2d9bc6f144644bdefeefd43be
treea0f78d35014c3ae90f3276d4cf6d6ec90eb1c9a6
parent55139cebbeeb1d526b9ed6341d7ace0a2ba0cb05
realtek: pcs: rtl930x: split pll config

Split up PLL configuration of RTL930x in the two distinct actions of
configuring the PLL itself (aka setting its speed, etc.) and selecting
which PLL is used by a SerDes.

It was found that for both RTL930x and RTL931x, PLL configuration can be
combined while selecting the PLL a SerDes uses differs and needs to be
implemented variant-specific.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22198
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c