]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: pcs: rtl931x: add sequence for LC PLL 21707/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 25 Jan 2026 19:52:37 +0000 (19:52 +0000)
committerRobert Marko <robimarko@gmail.com>
Tue, 27 Jan 2026 08:22:10 +0000 (09:22 +0100)
commit180f53d285af11b095513b9d9dfd52f8151d77af
treed80ed7dc15235267d6d662685f84efc76427d941
parent638ccb676059b9bdb49708737c7e45bf54b7f3cd
realtek: pcs: rtl931x: add sequence for LC PLL

The RTL931X CMU code was only capable of setting up ring PLL. This is
fine so far as most modes use this PLL type. Other modes are not handled
by the code, neither here nor in the SDK. Though, the SDK has the needed
sequence to setup the LC PLL. Using LC PLL seems to be handled somewhere
else.

Include the small sequence from the SDK to have it, though not used yet.
This could be helpful for further development which goes beyond the SDK.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21707
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c