工具与软件:
您好!
我们将使用 imx8mq 定制 SoM 来增加对7英寸 LVDS Linux 6.1.22 BSP 的支持。
MIPI DSI 转双链路 LVDS 桥接器= SN65DSI84 IC。
驱动程序文件路径。
启动电路板时、观察到以下错误打印。
"[DRM:drm_bridge_attach]* error*未能将网桥/ soc@0/bus@30800000/mipi-DSI@30a00000连接至编码器 None-34:-517"
请告诉您的解决方案以解决上述问题。
dsi_lvds_bridge: sn65dsi84@2c {
compatible = "ti,sn65dsi84";
reg = <0x2c>;
vcc-supply = <®_1p8v>;
enable-gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lvds_bridge>;
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
bridge_in: endpoint {
remote-endpoint = <&dsi_out>;
data-lanes = <1 2 3 4>;
};
};
port@2 {
reg = <2>;
bridge_out: endpoint {
remote-endpoint = <&panel_in_lvds>;
};
};
};
};
此致、
Esakkiammal M.