Commit b4eefa69 authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: display: Convert innolux,ee101ia-01 panel to DT schema



Convert the innolux,ee101ia-01 LVDS panel binding to DT schema.

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190705164221.4462-11-robh@kernel.org
parent ae18c117
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel

Required properties:
- compatible: should be "innolux,ee101ia-01d"

This binding is compatible with the lvds-panel binding, which is specified
in panel-lvds.txt in this directory.
+31 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/display/panel/innolux,ee101ia-01d.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel

maintainers:
  - Heiko Stuebner <heiko.stuebner@bq.com>
  - Thierry Reding <thierry.reding@gmail.com>

allOf:
  - $ref: lvds.yaml#

properties:
  compatible:
    items:
      - const: innolux,ee101ia-01d
      - {} # panel-lvds, but not listed here to avoid false select

  backlight: true
  enable-gpios: true
  power-supply: true
  width-mm: true
  height-mm: true
  panel-timing: true
  port: true

additionalProperties: false
...