mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
As the LVDS data-mapping property is required in multiple bindings: move it to separate file and include instead of duplicating it. Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Johannes Zink <j.zink@pengutronix.de> Link: https://lore.kernel.org/r/20230523-simplepanel_support_nondefault_datamapping-v5-1-0d7928edafab@pengutronix.de Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230523-simplepanel_support_nondefault_datamapping-v5-1-0d7928edafab@pengutronix.de
32 lines
905 B
YAML
32 lines
905 B
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/display/lvds.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: LVDS Display Common Properties
|
|
|
|
allOf:
|
|
- $ref: lvds-data-mapping.yaml#
|
|
|
|
maintainers:
|
|
- Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
|
|
- Thierry Reding <thierry.reding@gmail.com>
|
|
|
|
description:
|
|
This binding extends the data mapping defined in lvds-data-mapping.yaml.
|
|
It supports reversing the bit order on the formats defined there in order
|
|
to accomodate for even more specialized data formats, since a variety of
|
|
data formats and layouts is used to drive LVDS displays.
|
|
|
|
properties:
|
|
data-mirror:
|
|
type: boolean
|
|
description:
|
|
If set, reverse the bit order described in the data mappings on all
|
|
data lanes, transmitting bits for slots 6 to 0 instead of 0 to 6.
|
|
|
|
additionalProperties: true
|
|
|
|
...
|