Re: [PATCH v5 10/25] clk: mediatek: pll: Add BAR reset register offsets
Brian Masney <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.kernel.clk,gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.mediatek,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Reviewed-by: Brian Masney <[email protected]>