[PATCH v3 3/4] clk: imx8m: reduce rate table duplication

Marek Vasut marex at denx.de
Mon Mar 14 21:18:42 CET 2022


On 3/14/22 20:15, Angus Ainslie wrote:
> On 2022-03-14 11:57, Marek Vasut wrote:
>> On 3/14/22 19:22, Angus Ainslie wrote:
>>> Re-factor the imx8m[nmpq] rate tables into the common pll1416x clock
>>> driver.
>>>
>>> 43cdaa1567ad3 ("clk: imx8mm: Move 1443X/1416X PLL clock structure to 
>>> common place")
>>>
>>> Signed-off-by: Angus Ainslie <angus at akkea.ca>
>>
>> Thanks
>>
>> [...]
>>
>>>              imx_clk_pll14xx("sys_pll3", "sys_pll3_ref_sel",
>>> -                   base + 0x114, &imx8mm_sys_pll));
>>> +                   base + 0x114, &imx_1416x_pll));
>>
>> imx8m_pll1416x , since those samsung PLL14xxx are new on MX8M I think.
>>
> 
> For the kernel driver it uses the generic ones ?
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/clk/imx/clk-imx8mm.c#n346 

You could try sending a patch to kernel too, since I don't think I saw 
these samsung plls in iMX before iMX8M.

But then, if you want to keep the naming consistent between linux and 
u-boot, that's fine by me.


More information about the U-Boot mailing list