On Mon, Jul 24, 2017 at 3:11 PM, Niklas Söderlund
<[email protected]> wrote:
> Hi Naman,
>
> On 2017-07-24 14:30:52 +0530, Naman Jain wrote:
>> i am using renesas soc with video decoder adv7281m
>> i have done thr device tree configuration by following dt bindings
>> i am getting timeout of reading the phy clock lane, after i start streaming
>> and nothing is displayed on the screen
>> kindly help me in configuration
>
> To be able to try and help you I would need a lot more information. For
> starters:
>
> - Which kernel version are you using?
>
> - How dose the device tree nodes for VIN and ADV7281m look like?
>
> --
> Regards,
> Niklas Söderlund
Hi Niklas,
I am using kernel version - 4.9
following is the device tree configuration :
&i2c6 {
status = "okay";
clock-frequency = <400000>;
adv7281m@21{
compatible = "adi,adv7281-m";
reg = <0x20>;
interrupt-parent = <&gpio6>;
interrupts = <4 IRQ_TYPE_LEVEL_LOW>
adv7281m_out: endpoint {
clock-lanes = <0>;
data-lanes = <1>;
remote-endpoint = <&csi20_in>;
};
};
}
&csi20 {
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
csi20_in: endpoint {
clock-lanes = <0>;
data-lanes = <1>;
virtual-channel-number=<0>;
remote-endpoint =
<&adv7281m_out>;
};
};
};
};
&vin0 {
status = "okay";
};
&vin1 {
status = "okay";
};
&vin2 {
status = "okay";
};
&vin3 {
status = "okay";
};
&vin4 {
status = "okay";
};
&vin5 {
status = "okay";
};
&vin6 {
status = "okay";
};
&vin7 {
status = "okay";
};