Message ID | 20230515162033.66986-1-marex@denx.de |
---|---|
State | Accepted |
Commit | adbcfcc92b5aaffdee4c5e62c077919014c483d9 |
Headers | show |
Series | dt-bindings: display: bridge: tc358867: Document TC358867/TC9595 compatible | expand |
On 15/05/2023 18:20, Marek Vasut wrote: > 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> Best regards, Krzysztof
Hi, On Mon, 15 May 2023 18:20:33 +0200, Marek Vasut wrote: > 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. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next) [1/1] dt-bindings: display: bridge: tc358867: Document TC358867/TC9595 compatible https://cgit.freedesktop.org/drm/drm-misc/commit/?id=adbcfcc92b5aaffdee4c5e62c077919014c483d9
diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml index e1494b5007cba..0521261b04a9c 100644 --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml @@ -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:
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> --- Cc: Andrey Gusakov <andrey.gusakov@cogentembedded.com> Cc: Andrzej Hajda <andrzej.hajda@intel.com> Cc: Conor Dooley <conor+dt@kernel.org> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: David Airlie <airlied@gmail.com> Cc: Jernej Skrabec <jernej.skrabec@gmail.com> Cc: Jonas Karlman <jonas@kwiboo.se> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: Laurent Pinchart <Laurent.pinchart@ideasonboard.com> Cc: Neil Armstrong <neil.armstrong@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Robert Foss <rfoss@kernel.org> Cc: devicetree@vger.kernel.org Cc: dri-devel@lists.freedesktop.org --- .../bindings/display/bridge/toshiba,tc358767.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)