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 7 title: LVDS Display Common Properties 8 9 allOf: 10 - $ref: lvds-data-mapping.yaml# 11 12 maintainers: 13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 14 - Thierry Reding <thierry.reding@gmail.com> 15 16 description: 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 22 properties: 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 29 additionalProperties: true 30 31 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.