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
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
>> +
>> +
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
> >>
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