I am trying to set up the display imx6q-sabresd and from other blog posts on nxp I see that people are adding mxcfb* to their device tree, like this for example:
mxcfb1:fb@0 {
compatible = "fsl,mxc_sdc_fb" ;
disp_dev = "lcd" ;
interface_pix_fmt = "RGB565" ;
mode_str = "CLAA-WVGA";
default_bpp = < 16 >;
int_clk = < 0 >;
late_init = < 0 >;
status = "okay" ;
};
I am on kernel 5.17 imx-linux and I get an error during the build saying that it cannot parse it. Could someone tell me what I am missing.