dt-bindings: display: Turn lvds.yaml into a generic schema
authorMaxime Ripard <maxime@cerno.tech>
Thu, 27 Jan 2022 14:30:44 +0000 (15:30 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 2 Feb 2022 09:52:53 +0000 (10:52 +0100)
commitea8a12e350e86aaa5fe7815db864b35fae2356f1
treef569d3a64961a48c1baee2d8da7818321bee38d6
parent34554946143df8aaeaa4ce87a1bf3ba04a8ec20b
dt-bindings: display: Turn lvds.yaml into a generic schema

The lvds.yaml file so far was both defining the generic LVDS properties
(such as data-mapping) that could be used for any LVDS sink, but also
the panel-lvds binding.

That last binding was to describe LVDS panels simple enough, and had a
number of other bindings using it as a base to specialise it further.

However, this situation makes it fairly hard to extend and reuse both
the generic parts, and the panel-lvds itself.

Let's remove the panel-lvds parts and leave only the generic LVDS
properties.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220127143045.310199-1-maxime@cerno.tech
Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
Documentation/devicetree/bindings/display/lvds.yaml [moved from Documentation/devicetree/bindings/display/panel/lvds.yaml with 84% similarity]
Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml
Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.yaml
Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml
Documentation/devicetree/bindings/display/panel/mitsubishi,aa121td01.yaml
Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.yaml
MAINTAINERS