How to enable TC358743 driver in dtsi for IMX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to enable TC358743 driver in dtsi for IMX6

Jump to solution
2,754 Views
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

Labels (4)
0 Kudos
1 Solution
1,344 Views
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!

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

View solution in original post

0 Kudos
1 Reply
1,345 Views
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 Kudos