Re: [PATCH V8 7/7] dt-bindings: bridge: samsung-dsim: Make some flags optional

2023-05-30 Thread Krzysztof Kozlowski
On 26/05/2023 21:30, Conor Dooley wrote: > On Fri, May 26, 2023 at 02:24:21PM -0500, Adam Ford wrote: >> On Fri, May 26, 2023 at 1:19 PM Conor Dooley wrote: >>> On Thu, May 25, 2023 at 10:05:59PM -0500, Adam Ford wrote: > description: - DSIM high speed burst mode frequency. >>

Re: [PATCH V8 7/7] dt-bindings: bridge: samsung-dsim: Make some flags optional

2023-05-26 Thread Conor Dooley
On Fri, May 26, 2023 at 02:24:21PM -0500, Adam Ford wrote: > On Fri, May 26, 2023 at 1:19 PM Conor Dooley wrote: > > On Thu, May 25, 2023 at 10:05:59PM -0500, Adam Ford wrote: > > > description: > > > - DSIM high speed burst mode frequency. > > > + DSIM high speed burst mode freque

Re: [PATCH V8 7/7] dt-bindings: bridge: samsung-dsim: Make some flags optional

2023-05-26 Thread Adam Ford
On Fri, May 26, 2023 at 1:19 PM Conor Dooley wrote: > > Adam, Neil, > > I meant to get to this earlier today, but broken CI got in the way... > > On Thu, May 25, 2023 at 10:05:59PM -0500, Adam Ford wrote: > > In the event a device is connected to the samsung-dsim > > controller that doesn't suppor

Re: [PATCH V8 7/7] dt-bindings: bridge: samsung-dsim: Make some flags optional

2023-05-26 Thread Conor Dooley
Adam, Neil, I meant to get to this earlier today, but broken CI got in the way... On Thu, May 25, 2023 at 10:05:59PM -0500, Adam Ford wrote: > In the event a device is connected to the samsung-dsim > controller that doesn't support the burst-clock, the > driver is able to get the requested pixel

[PATCH V8 7/7] dt-bindings: bridge: samsung-dsim: Make some flags optional

2023-05-25 Thread Adam Ford
In the event a device is connected to the samsung-dsim controller that doesn't support the burst-clock, the driver is able to get the requested pixel clock from the attached device or bridge. In these instances, the samsung,burst-clock-frequency isn't needed, so remove it from the required list.