torizon@colibri-imx7-emmc-06673350:~$ dmesg | grep panel
[ 0.074284] /soc/bus@30400000/lcdif@30730000: Fixed dependency cycle(s) with /panel-dpi
[ 0.074401] /panel-dpi: Fixed dependency cycle(s) with /soc/bus@30400000/lcdif@30730000
[ 1.681565] panel-simple panel-dpi: Specify missing bus_format
[ 1.681588] panel-simple panel-dpi: Expected bpc in {6,8} but got: 0
My dfs file include
/dts-v1/;
/plugin/;
/ {
compatible = “toradex,colibri-imx7d”,
“toradex,colibri-imx7s”,
“toradex,colibri-imx7d-emmc”;
};
&panel_dpi {
status = “okay”;
compatible = “panel-dpi”;
width-mm = <154>;
height-mm = <86>;
data-mapping = "rgb666"; // RGB 18-bit (666)
bus-width = <18>;
bus-format = <0x1018>;//<MEDIA_BUS_FMT_RGB666_1X18>;
panel-timing {
clock-frequency = <25175000>;//<25165392>;
hactive = <800>;
vactive = <480>;
hsync-len = <128>;//<43>;
hback-porch = <88>;//<46>;
hfront-porch = <40>;//<210>;
vsync-len = <2>;
vback-porch = <33>;//<23>;
vfront-porch = <10>;//<22>;
hsync-active = <0>; // active low
vsync-active = <0>; // active low
de-active = <1>; // data enable active high
pixelclk-active = <0>; // falling edge active
};
};
&backlight {
status = “okay”;
};
&lcdif {
status = “okay”;
};
&pwm1 {
status = “okay”;
};
&ad7879_ts {
status = “okay”;
};
I didnt understand where I am getting issue please guide me to fix this problem.I am getting this type of window while setting this dtbo in overlay