1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/display/lvd 4 $id: http://devicetree.org/schemas/display/lvds.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: LVDS Display Common Properties 7 title: LVDS Display Common Properties 8 8 9 allOf: 9 allOf: 10 - $ref: lvds-data-mapping.yaml# 10 - $ref: lvds-data-mapping.yaml# 11 11 12 maintainers: 12 maintainers: 13 - Laurent Pinchart <laurent.pinchart+renesas@ 13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 14 - Thierry Reding <thierry.reding@gmail.com> 14 - Thierry Reding <thierry.reding@gmail.com> 15 15 16 description: 16 description: 17 This binding extends the data mapping define 17 This binding extends the data mapping defined in lvds-data-mapping.yaml. 18 It supports reversing the bit order on the f 18 It supports reversing the bit order on the formats defined there in order 19 to accommodate for even more specialized dat !! 19 to accomodate for even more specialized data formats, since a variety of 20 data formats and layouts is used to drive LV 20 data formats and layouts is used to drive LVDS displays. 21 21 22 properties: 22 properties: 23 data-mirror: 23 data-mirror: 24 type: boolean 24 type: boolean 25 description: 25 description: 26 If set, reverse the bit order described 26 If set, reverse the bit order described in the data mappings on all 27 data lanes, transmitting bits for slots 27 data lanes, transmitting bits for slots 6 to 0 instead of 0 to 6. 28 28 29 additionalProperties: true 29 additionalProperties: true 30 30 31 ... 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.