Re: [PATCH 05/16] media: cadence: csi2rx: Add external DPHY support

2021-04-08 Thread Tomi Valkeinen
On 08/04/2021 11:13, Chunfeng Yun wrote: On Wed, 2021-04-07 at 00:24 +0530, Pratyush Yadav wrote: On 31/03/21 05:24PM, Chunfeng Yun wrote: On Tue, 2021-03-30 at 23:03 +0530, Pratyush Yadav wrote: Some platforms like TI's J721E can have the CSI2RX paired with an external DPHY. Add support to

Re: [PATCH 05/16] media: cadence: csi2rx: Add external DPHY support

2021-04-08 Thread Chunfeng Yun
On Wed, 2021-04-07 at 00:24 +0530, Pratyush Yadav wrote: > On 31/03/21 05:24PM, Chunfeng Yun wrote: > > On Tue, 2021-03-30 at 23:03 +0530, Pratyush Yadav wrote: > > > Some platforms like TI's J721E can have the CSI2RX paired with an > > > external DPHY. Add support to enable and configure the DPHY

Re: [PATCH 05/16] media: cadence: csi2rx: Add external DPHY support

2021-04-06 Thread Pratyush Yadav
On 31/03/21 05:24PM, Chunfeng Yun wrote: > On Tue, 2021-03-30 at 23:03 +0530, Pratyush Yadav wrote: > > Some platforms like TI's J721E can have the CSI2RX paired with an > > external DPHY. Add support to enable and configure the DPHY using the > > generic PHY framework. > > > > Get the pixel rate

Re: [PATCH 05/16] media: cadence: csi2rx: Add external DPHY support

2021-03-31 Thread Chunfeng Yun
On Tue, 2021-03-30 at 23:03 +0530, Pratyush Yadav wrote: > Some platforms like TI's J721E can have the CSI2RX paired with an > external DPHY. Add support to enable and configure the DPHY using the > generic PHY framework. > > Get the pixel rate and bpp from the subdev and pass them on to the DPHY

[PATCH 05/16] media: cadence: csi2rx: Add external DPHY support

2021-03-30 Thread Pratyush Yadav
Some platforms like TI's J721E can have the CSI2RX paired with an external DPHY. Add support to enable and configure the DPHY using the generic PHY framework. Get the pixel rate and bpp from the subdev and pass them on to the DPHY along with the number of lanes. All other settings are left to