Hi @harshth,
i.MX BSP supports few standard modes by default.
For custom resolution, One needs to add a new pixel clock freq entry in samsung_phy_pll_cfg[] at /drivers/phy/freescale/phy-fsl-samsung-hdmi.c
Please try adding the below entry.
83500000, {
0x00, 0xD1, 0x68, 0x58, 0x8D, 0x06, 0x00, 0x40,
0x4F, 0x30, 0x33, 0x65, 0x10, 0x94, 0x24, 0x80,
0x6C, 0xF2, 0x67, 0x00, 0x10, 0x85, 0x30, 0x3A,
0x74, 0x8F, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xE0, 0x83, 0x0F, 0x3E, 0xF8, 0x00, 0x00,
},
I hope it helps!
Thanks & Regards,
Dhruvit Vasavada