On Mon, 28 Oct 2024 10:37:36 +0800, Liu Ying wrote: > Document ITE IT6263 LVDS to HDMI converter. > > Product link: > https://www.ite.com.tw/en/product/cate1/IT6263 > > Signed-off-by: Liu Ying <victor.liu@xxxxxxx> > --- > v4: > * Require dual-lvds-odd-pixels or dual-lvds-even-pixels DT properties for > port@1. > * Drop "data-mirror: true"(30-bit LVDS data bit order is not reversed). > > v3: > * Reference lvds-dual-ports.yaml. (Dmitry) > * Add data-mapping DT property. (Dmitry, Biju) > * Allow data-mirror. > * Drop ite,lvds-link-num-data-lanes DT property. (Dmitry, Biju) > > v2: > * Document number of LVDS link data lanes. (Biju) > * Simplify ports property by dropping "oneOf". (Rob) > > .../bindings/display/bridge/ite,it6263.yaml | 250 ++++++++++++++++++ > 1 file changed, 250 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/ite,it6263.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>