for GKTW70SDAE4SE, this is 800x480 LCD panel, you can refer to the link as below:
"https://variwiki.com/index.php?title=DART-MX8M-PLUS_Display"
"https://github.com/Embedfire/ebf-buster-linux/blob/master/Documentation/devicetree/bindings/display/...
for imx8mp lvds support, the lvds is sourced from limited PLL as below
static const struct imx_pll14xx_rate_table imx_pll1443x_tbl[] = {
PLL_1443X_RATE(1039500000U, 173, 2, 1, 16384),
PLL_1443X_RATE(650000000U, 325, 3, 2, 0),
PLL_1443X_RATE(594000000U, 198, 2, 2, 0),
PLL_1443X_RATE(519750000U, 173, 2, 2, 16384),
PLL_1443X_RATE(393216000U, 262, 2, 3, 9437),
PLL_1443X_RATE(361267200U, 361, 3, 3, 17511),
};
so couldn't support any pixel clock lvds, you can check if your display meets this or not, if yes, current bsp can support this