On Sat, Aug 01, 2026 at 01:20:56PM +0200, Louis-Alexis Eyraud wrote:
Currently, the register offset to handle BAR reset, for PLLs that
support it, is hardcoded to CON0.
On MT8189 SoC, there are separate status, set and clr registers to
handle this, so differents offsets are needed.
Add the new fields for offsets and addresses to the MTK PLL data
structure and modify mtk_clk_register_pll_ops function to compute the
new register addresses so they are available for clock operation usage.
Also, replace reset BAR address computing by its computed address
from MTK PLL data structure in prepare/unprepare callbacks.
Signed-off-by: Louis-Alexis Eyraud <redacted>
Reviewed-by: Brian Masney <bmasney@redhat.com>