mxcfb in device tree

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,090件の閲覧回数
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,070件の閲覧回数
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,071件の閲覧回数
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.

 

 

995件の閲覧回数
lyashmik
Contributor II
The problem was that I was using mainline linux repository instead of linux-imx repository. Thanks.
0 件の賞賛
返信