Hi @Sanket_Parekh ,
To confirm, the HDMI display works well (I did not check the sound, however) despite following error :
[ 0.163278] samsung-hdmi-phy 32fdff00.hdmiphy: failed to get phy apb clk: -517
[ 0.163425] imx8-pcie-phy 32f00000.pcie-phy: failed to get imx pcie phy clock
What I was interested in was the rest :
[ 0.172502] i.MX clk 324: register failed with -2
[ 0.172512] i.MX clk 325: register failed with -2
[ 0.172517] i.MX clk 326: register failed with -2
[ 0.172522] i.MX clk 328: register failed with -2
[ 0.172527] i.MX clk 329: register failed with -2
[ 0.172532] i.MX clk 330: register failed with -2
From the source code, I learnt that clk 324 to 330 were :
#define IMX8MP_SAI1_MCLK 324
#define IMX8MP_SAI2_MCLK 325
#define IMX8MP_SAI3_MCLK 326
#define IMX8MP_SAI4_MCLK 327
#define IMX8MP_SAI5_MCLK 328
#define IMX8MP_SAI6_MCLK 329
#define IMX8MP_SAI7_MCLK 330
And I saw your answer in the Technical Support case. I do hope that these errors do not cause any issue with any element of following pipeline : Camera sensor --> MIPI-CSI2 --> ISP.
Best Regards,
Khang