How to enable TC358743 driver in dtsi for IMX6

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to enable TC358743 driver in dtsi for IMX6

ソリューションへジャンプ
3,607件の閲覧回数
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,197件の閲覧回数
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,198件の閲覧回数
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 件の賞賛
返信