On Mon, 04 Nov 2024 11:28:01 +0800, Liu Ying wrote: > Dual-link LVDS displays receive odd pixels and even pixels separately from > dual LVDS links. One link receives odd pixels and the other receives even > pixels. Some of those displays may also use only one LVDS link to receive > all pixels, being odd and even agnostic. Document common properties for > those displays by extending LVDS display common properties defined in > lvds.yaml. > > Suggested-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > Signed-off-by: Liu Ying <victor.liu@xxxxxxx> > --- > v5: > * Use patternProperties to define port@0 and port@1. (Biju) > * Require port@0 or port@1. > > v4: > * Squash change for advantech,idk-2121wr.yaml and > panel-simple-lvds-dual-ports.yaml with lvds-dual-ports.yaml. (Rob) > * Improve description in lvds-dual-ports.yaml. (Krzysztof) > > v3: > * New patch. (Dmitry) > > .../bindings/display/lvds-dual-ports.yaml | 63 +++++++++++++++++++ > .../display/panel/advantech,idk-2121wr.yaml | 14 +---- > .../panel/panel-simple-lvds-dual-ports.yaml | 20 +----- > 3 files changed, 65 insertions(+), 32 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/lvds-dual-ports.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>