1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/display/lvds.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: LVDS Display Common Properties 8 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 order 19 to accommodate for even more specialized data formats, since a variety of 20 data formats and layouts is used to drive LVDS displays. 21 22properties: 23 data-mirror: 24 type: boolean 25 description: 26 If set, reverse the bit order described in the data mappings on all 27 data lanes, transmitting bits for slots 6 to 0 instead of 0 to 6. 28 29additionalProperties: true 30 31... 32