Hi
How can I enable dual channel in DTS in split-mode?
&panel_lvds {
compatible = "panel-lvds";
data-mapping = "jeida-24";
width-mm = <154>;
height-mm = <87>;
backlight = <&backlight>;
panel-timing {
clock-frequency = <75000000>;
hactive = <1024>;
vactive = <768>;
hback-porch = <40>;
hfront-porch = <40>;
vback-porch = <29>;
vfront-porch = <13>;
hsync-len = <48>;
vsync-len = <3>;
hsync-active = <0>;
vsync-active = <0>;
de-active = <1>;
pixelclk-active = <0>;
};
};
...
...
i2c@30a20000 {
compatible = "fsl,imx8mm-i2c\0fsl,imx21-i2c";
#address-cells = <0x01>;
#size-cells = <0x00>;
reg = <0x30a20000 0x10000>;
interrupts = <0x00 0x23 0x04>;
clocks = <0x02 0xa4>;
status = "okay";
clock-frequency = <0x186a0>;
pinctrl-names = "default\0gpio";
pinctrl-0 = <0x2a>;
pinctrl-1 = <0x2b>;
scl-gpios = <0x2c 0x0e 0x00>;
sda-gpios = <0x2c 0x0f 0x00>;
sn65dsi84@2c {
compatible = "ti,sn65dsi84";
reg = <0x2c>;
enable-gpios = <0x22 0x0b 0x00>;
pinctrl-names = "default";
pinctrl-0 = <0x2d>;
ti,dsi-lanes = <0x04>;
ti,lvds-format = <0x03>;
ti,lvds-bpp = <0x18>;
status = "okay";
ports {
#address-cells = <0x01>;
#size-cells = <0x00>;
port@2 {
reg = <0x02>;
endpoint {
remote-endpoint = <0x2e>;
data-lanes = <0x01 0x02 0x03 0x04>;
phandle = <0x5b>;
};
};
};
};