I want to output the image to a panel (LVDS) using the SN65DSI83(SN65DSI85).
LVDS panel output utilizing DSI port.
I2C inquiries
i2c is connected to 22pin(I2C_GP0_CLK_1V8) and 24pin(I2C_GP0_DAT_1V8) of DISPLAY CONNECTOR.
i2c setting was as follows.
i2c @ 3160000 {
sn65dsi85 @ 2c {
compatible = “ti, sn65dsi85”;
reg = <0x2C>;
…(skip)
However, no signal comes out.
I know if the pin I connected is correct for I2c0.
Also, I want to know how to set up i2c.(Checking list)
DSI Inquiries
I want to output image(1024x600 resolution) by using CON_DSI_A(4 lane).
I want to know how to set up DSI.
(This is the first time for the DSI control.)
Hi, I am struggling in the same task: run SN65DSI83 to bridge DSI and a LVDS panel on TX2. is there any dts file for reference? I changed lot of files, still not work.