This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Expert!
We have LVDS interface for our custom HW and we are trying to bring-up our LCD for AM625.
For touch we have Focaltech touch which is working only but we are not able to get backlight via panel.
Below is our LCD with 7-inch.
M8721A 1024(RGB)X600 IPS-TFT MODULE 800-786-8710 Visit us at: www.lxdinc.com LXD LIQUID CRYSTAL DISPLAYS 7 inch LCD type Transmissve/Normally black Total Size 186.03(W) x 124.49(H) x 5.00(D) Active area 154.21(W) x 85.92(H) Interface typ LVDS Input voltage 3.3 Color depth 16.7M Viewingdirection Full WITH CAPACITIVE TOUCH PANEL
For our DTS we tried below changes but it is not supporting.
We have tried ti,tilcdc ,panel but observed in Kconfig it was support for ARM only not for ARM64.
Can we know which panel compatibly we can provide so it get input.
panel {
compatible = "ti,tilcdc,panel";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&lcd_pins_default>;
backlight = <&backlight>;
status = "okay";
panel-info {
ac-bias = <255>;
ac-bias-intrpt = <0>;
dma-burst-sz = <16>;
bpp = <16>;
fdd = <0x80>;
sync-edge = <0>;
sync-ctrl = <1>;
raster-order = <0>;
fifo-th = <0>;
};
display-timings {
1024x600p62 {
clock-frequency = <43836000>;
hactive = <1024>;
vactive = <600>;
hfront-porch = <40>;
hback-porch = <40>;
hsync-len = <20>;
vback-porch = <20>;
vfront-porch = <20>;
vsync-len = <10>;
hsync-active = <1>;
vsync-active = <1>;
pixelclk-active = <1>;
};
};
We observed for AM62xx
display {
compatible = "microtips,13-101hieb0hf0-s";
will it support for our LCD? or we have another option to refere?
Need support for LCD panel on AM625.
Let me know if required more info.
Thanks,
Suraj.
Hello,
What type of LCD panel (DPI or LVDS) are you connecting to AM62? In our SW, we use a LVDS panel and here SW info:
2. As you mentioned the compatible field is microtips,13-101hieb0hf0-s and the timing is defined here: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/gpu/drm/panel/panel-simple.c?h=ti-linux-6.1.y#n2702. I
Regards,
Krunal
Hi Krunal,
Thanks for your reply,
I know for AM62x support LVDS and microtips.
We have our custom HW and for that it will support LVDS interface.
For our custom HW (AM625) which panel compatibility is there that we just want to know.
Can we use as it is microtips or another we can use for panel and display?
Provided PFD of LCD doc.
Thanks,
Suraj.
Hello Suraj,
From HW perspective, you can use any dual link or single link LVDS panel. In terms of SW, for testing purposes, you can use the microtips node and just update the timing in the panel-simple file.
Regards,
Krunal