mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
dt-bindings: display: bridge: tc358867: Document TC358867/TC9595 compatible
The TC358867/TC9595 devices are compatible with the predecessor TC358767. Document compatible strings for the new devices, so they can be discerned in board DTs. Update the title to match description in the process. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230515162033.66986-1-marex@denx.de
This commit is contained in:
parent
ab87f558dc
commit
adbcfcc92b
1 changed files with 11 additions and 3 deletions
|
@ -4,16 +4,24 @@
|
|||
$id: http://devicetree.org/schemas/display/bridge/toshiba,tc358767.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: Toshiba TC358767 eDP bridge
|
||||
title: Toshiba TC358767/TC358867/TC9595 DSI/DPI/eDP bridge
|
||||
|
||||
maintainers:
|
||||
- Andrey Gusakov <andrey.gusakov@cogentembedded.com>
|
||||
|
||||
description: The TC358767 is bridge device which converts DSI/DPI to eDP/DP
|
||||
description: |
|
||||
The TC358767/TC358867/TC9595 is bridge device which
|
||||
converts DSI/DPI to eDP/DP .
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: toshiba,tc358767
|
||||
oneOf:
|
||||
- items:
|
||||
- enum:
|
||||
- toshiba,tc358867
|
||||
- toshiba,tc9595
|
||||
- const: toshiba,tc358767
|
||||
- const: toshiba,tc358767
|
||||
|
||||
reg:
|
||||
enum:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue