I did this modification. Display is working with some problems. When it is booting, boot image looks very bad. After boot, everything is readable but there is only a problem about backlight with fsl,data-width = <18>.
If I make fsl,data-width = <24>, backlight is normal but charcters are not readable.
If I make pixelclk-active = <1>, there is no view on the display after boot.
I have to pixelclk-active = <0> for view on the display.
This is my last modification;
ldb {
status = "okay";
lvds-channel@0 {
fsl,data-mapping = "spwg";
fsl,data-width = <18>;
primary;
status = "okay";
display-timings {
native-mode = <&timing0>;
timing0: hsd100pxn1 {
clock-frequency = <96000000>;
hactive = <1366>;
vactive = <768>;
hback-porch = <68>;
hfront-porch = <44>;
vback-porch = <13>;
vfront-porch = <8>;
hsync-len = <134 194 204>;
vsync-len = <50 60 76>;
de-active = <1>;
hsync-active = <0>;
vsync-active = <0>;
pixelclk-active = <0>;
};
};
};
I hope, we will solve this problem with togethar :smileyhappy:
Thanks a lot.
Best regards,