]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: display: bridge: Drop requirement on input port for DSI devices
authorMaxime Ripard <maxime@cerno.tech>
Wed, 23 Mar 2022 15:48:23 +0000 (16:48 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 5 Apr 2022 07:52:14 +0000 (09:52 +0200)
commitd6f701f1b7dc61621e51e8e13fde549c3b97b652
tree3b955a2d9315ed75b550380d2d2cde8a1825af9e
parentb5d187f8c4271f877a7585d2b808ff365fce57d0
dt-bindings: display: bridge: Drop requirement on input port for DSI devices

MIPI-DSI devices, if they are controlled through the bus itself, have to
be described as a child node of the controller they are attached to.

Thus, there's no requirement on the controller having an OF-Graph output
port to model the data stream: it's assumed that it would go from the
parent to the child.

However, some bridges controlled through the DSI bus still require an
input OF-Graph port, thus requiring a controller with an OF-Graph output
port. This prevents those bridges from being used with the controllers
that do not have one without any particular reason to.

Let's drop that requirement.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220323154823.839469-1-maxime@cerno.tech
Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml
Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml