Hello all,
I am attempting to add support for additional HDMI output timings, such as 1920x1080p59.94, to the imx8mp-evk eval board. I have found that these timing are not supported because the required pixel clock value is not present in the hdmi-phy samsung_phy_pll_cfg timings table. This table can can be found in the linux-imx 5.10.35 release at drivers/phy/freescale/phy-fsl-samsung-hdmi.c .
This table appears to contain register values for programming the hdmi-phy PLL described in the IMX8MP reference manual, section 13.10.2.1.2. However, I am having difficulties with producing my own register values following only this brief description of the PLL calculations.
Is there any other information that could be provided for adding more hdmi-phy pixel clock timings?