[PATCH V2 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge

2020-07-30 Thread Marek Vasut
Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge, this one is used in the Raspberry Pi 7" touchscreen display unit. Signed-off-by: Marek Vasut To: dri-devel@lists.freedesktop.org Cc: Eric Anholt Cc: Rob Herring Cc: Sam Ravnborg Cc: devicet...@vger.kernel.org --- V2: Fix dt_binding_check

Re: [PATCH V2 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge

2020-07-30 Thread Marek Vasut
On 7/29/20 6:59 PM, Sam Ravnborg wrote: Hi, [...] >> + port@0: >> +type: object >> +additionalProperties: false >> + >> +description: | >> + Video port for MIPI DSI input >> + >> +properties: >> + reg: >> +const: 0 >> + >> +

Re: [PATCH V2 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge

2020-07-29 Thread Sam Ravnborg
On Wed, Jul 29, 2020 at 11:36:27PM +0200, Marek Vasut wrote: > On 7/29/20 6:59 PM, Sam Ravnborg wrote: > > Hi, > > [...] > >> + port@0: > >> +type: object > >> +additionalProperties: false > >> + > >> +description: | > >> + Video port for MIPI DSI input > >>

Re: [PATCH V2 1/2] dt-bindings: Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge

2020-07-29 Thread Sam Ravnborg
Hi Marek. On Wed, Jul 29, 2020 at 06:45:53PM +0200, Marek Vasut wrote: > Add DT bindings for Toshiba TC358762 DSI-to-DPI bridge, this > one is used in the Raspberry Pi 7" touchscreen display unit. > > Signed-off-by: Marek Vasut > To: dri-devel@lists.freedesktop.org > Cc: Eric Anholt > Cc: Rob H