brintos

brintos / linux-shallow public Read only

0
0
Text · 906 B · b74efbe Raw
32 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/display/lvds.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: LVDS Display Common Properties8 9allOf:10  - $ref: lvds-data-mapping.yaml#11 12maintainers:13  - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>14  - Thierry Reding <thierry.reding@gmail.com>15 16description:17  This binding extends the data mapping defined in lvds-data-mapping.yaml.18  It supports reversing the bit order on the formats defined there in order19  to accommodate for even more specialized data formats, since a variety of20  data formats and layouts is used to drive LVDS displays.21 22properties:23  data-mirror:24    type: boolean25    description:26      If set, reverse the bit order described in the data mappings on all27      data lanes, transmitting bits for slots 6 to 0 instead of 0 to 6.28 29additionalProperties: true30 31...32