[PATCH 1/2] clk: imx8mp: fix root clock names for ecspi

2022-06-15 Thread sbabic
> Root clock name contained underscore, which does not match to the actual > clock name. > Correct the name to match what is present in the FDT. > Fixes: 87f958810fcb ("clk: imx8mp: Add ECSPI clocks") > Signed-off-by: Andrey Zhizhikin > Cc: Fabio Estevam > Cc: Peng Fan > Cc: Stefano Babic > Cc:

Re: [PATCH 1/2] clk: imx8mp: fix root clock names for ecspi

2022-06-03 Thread Fabio Estevam
On 03/06/2022 12:15, Andrey Zhizhikin wrote: Root clock name contained underscore, which does not match to the actual clock name. Correct the name to match what is present in the FDT. Fixes: 87f958810fcb ("clk: imx8mp: Add ECSPI clocks") Signed-off-by: Andrey Zhizhikin Cc: Fabio Estevam Cc:

[PATCH 1/2] clk: imx8mp: fix root clock names for ecspi

2022-06-03 Thread Andrey Zhizhikin
Root clock name contained underscore, which does not match to the actual clock name. Correct the name to match what is present in the FDT. Fixes: 87f958810fcb ("clk: imx8mp: Add ECSPI clocks") Signed-off-by: Andrey Zhizhikin Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Cc: uboot-imx ---