mxcfb in device tree

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

mxcfb in device tree

跳至解决方案
1,083 次查看
lyashmik
Contributor II

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.
0 项奖励
回复
1 解答
1,063 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @lyashmik 

I hope you are doing well.

 

You can refer to the imx6qdl-sabresd.dtsi and imx6q-sabresd.dts. there are no changes from 5.10 to 6.6.

 

Best regards,

Salas.

 

 

在原帖中查看解决方案

2 回复数
1,064 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @lyashmik 

I hope you are doing well.

 

You can refer to the imx6qdl-sabresd.dtsi and imx6q-sabresd.dts. there are no changes from 5.10 to 6.6.

 

Best regards,

Salas.

 

 

988 次查看
lyashmik
Contributor II
The problem was that I was using mainline linux repository instead of linux-imx repository. Thanks.
0 项奖励
回复