Re: [PATCH v1 1/3] dt-bindings: display: drop data-mapping from panel-dpi

2020-03-20 Thread Maxime Ripard
On Tue, Mar 17, 2020 at 12:22:31PM +0100, Sam Ravnborg wrote: > Hi Maxime. > > On Tue, Mar 17, 2020 at 09:49:59AM +0100, Maxime Ripard wrote: > > Hi Sam, > > > > On Sat, Mar 14, 2020 at 04:30:45PM +0100, Sam Ravnborg wrote: > > > data-mapping may not be the best way to describe the > > > data forma

Re: [PATCH v1 1/3] dt-bindings: display: drop data-mapping from panel-dpi

2020-03-17 Thread Laurent Pinchart
Hi Sam, Thank you for the patch. On Sat, Mar 14, 2020 at 04:30:45PM +0100, Sam Ravnborg wrote: > data-mapping may not be the best way to describe the > data format used between panels and display interface. > > Drop it from the panel-dpi binding so we do not start to rely on it. > We can then wo

Re: [PATCH v1 1/3] dt-bindings: display: drop data-mapping from panel-dpi

2020-03-17 Thread Maxime Ripard
Hi Sam, On Sat, Mar 14, 2020 at 04:30:45PM +0100, Sam Ravnborg wrote: > data-mapping may not be the best way to describe the > data format used between panels and display interface. > > Drop it from the panel-dpi binding so we do not start to rely on it. > We can then work out how to best describe

Re: [PATCH v1 1/3] dt-bindings: display: drop data-mapping from panel-dpi

2020-03-17 Thread Sam Ravnborg
Hi Maxime. On Tue, Mar 17, 2020 at 09:49:59AM +0100, Maxime Ripard wrote: > Hi Sam, > > On Sat, Mar 14, 2020 at 04:30:45PM +0100, Sam Ravnborg wrote: > > data-mapping may not be the best way to describe the > > data format used between panels and display interface. > > > > Drop it from the panel-

[PATCH v1 1/3] dt-bindings: display: drop data-mapping from panel-dpi

2020-03-14 Thread Sam Ravnborg
data-mapping may not be the best way to describe the data format used between panels and display interface. Drop it from the panel-dpi binding so we do not start to rely on it. We can then work out how to best describe this mapping and when we know it, we can add it to this binding. Signed-off-by