OSDN Git Service

dt-bindings: display: bridge: Convert simple-bridge bindings to YAML
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 4 Apr 2020 18:50:39 +0000 (21:50 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 13 May 2020 23:10:01 +0000 (02:10 +0300)
commit18a02062e37246a9309bcdbc6cb1932be0b5c167
tree8a7037b6fe491d2d72d5861462cabb8956734ebc
parent82e0e5fe8e41f99ea61c63724d1ee4f585c7dab5
dt-bindings: display: bridge: Convert simple-bridge bindings to YAML

The simple-bridge driver supports multiple simple or dumb bridges,
covered by different compatible strings but otherwise identical DT
bindings. Some of those bridges have undocumented bindings, while others
are documented in text form in separate files. Group them all in a
single binding and convert it to YAML.

The psave-gpios property of the adi,adv7123 is dropped, as it isn't
supported by the driver and isn't specified in any DT file upstream.
Support for power saving is available through the enable-gpios property
that should cover all the needs of the ADV7123 (as the device only has a
/PSAVE pin and no enable pin).

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/display/bridge/adi,adv7123.txt [deleted file]
Documentation/devicetree/bindings/display/bridge/dumb-vga-dac.txt [deleted file]
Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/display/bridge/ti,ths813x.txt [deleted file]