
On 6/13/22 15:41, ZHIZHIKIN Andrey wrote:
Hello Marek,
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Marek Vasut Sent: Monday, June 13, 2022 3:22 PM To: u-boot@lists.denx.de Cc: Marek Vasut marex@denx.de; Fabio Estevam festevam@denx.de; Peng Fan peng.fan@nxp.com; Stefano Babic sbabic@denx.de Subject: [PATCH] clk: imx8mp: Fix 32k clock name
The 32 kHz oscillator clock name is 'clock-osc-32k' instead of 'osc_32k'. Fix the name to prevent the following warning:
" clk_register: failed to get osc_32k device (parent of usb_root_clk) "
Fixes: 7a2c3be95a5 ("clk: imx8mp: Fill in DWC3 USB, USB PHY, HSIOMIX clock") Signed-off-by: Marek Vasut marex@denx.de Cc: Fabio Estevam festevam@denx.de Cc: Peng Fan peng.fan@nxp.com Cc: Stefano Babic sbabic@denx.de
I've already submitted a series to address this issue and the one for ECSPI clocks, see [1].
You're also on Cc: to that series, so you can take a look at it and decide whether it is suitable or not.
Even better, thanks.