How to enable TC358743 driver in dtsi for IMX6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to enable TC358743 driver in dtsi for IMX6

跳至解决方案
3,602 次查看
sunilkumar_sing
Contributor III

Hi,

I am trying to integrate the TC358743 hdmi to mipi csi driver in my build with  nitrogen6x board.

But not able to find the dtsi configuration for this driver. Driver is available on:

https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.14.28_1.0.0_ga/drivers/media/platf...

Below is the tree structure of this driver:

tc358743@0f {

                compatible = "toshiba,tc358743";

                reg = <0x0f>;

                clocks = <&hdmi_osc>;

                clock-names = "refclk";

                reset-gpios = <&gpio6 9 GPIO_ACTIVE_LOW>;

                interrupt-parent = <&gpio2>;

                interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;

                port {

                        tc358743_out: endpoint {

                                remote-endpoint = <&mipi_csi2_in>;

                                data-lanes = <1 2 3 4>;

                                clock-lanes = <0>;

                                clock-noncontinuous;

                                link-frequencies = /bits/ 64 <297000000>;

                        };

                };

        };

Can you please help me out feel the correct value of this tree structure.

Regards,

Sunil

标签 (4)
0 项奖励
回复
1 解答
2,192 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Sunil

seems below is TC358743 dtsi :

linux-imx6/imx6qdl-nitrogen6_max.dtsi at boundary-imx_3.14.28_1.0.0_ga · boundarydevices/linux-imx6 ...

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,193 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Sunil

seems below is TC358743 dtsi :

linux-imx6/imx6qdl-nitrogen6_max.dtsi at boundary-imx_3.14.28_1.0.0_ga · boundarydevices/linux-imx6 ...

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复