Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1240532ybl; Wed, 28 Aug 2019 11:38:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqzVBVPmLvp8oNOOJdElTZx7IWa5mU5z+8RgmC3t1QsC5hnf1OozYrFsA7c0dcDOyetrnaYM X-Received: by 2002:a17:902:7083:: with SMTP id z3mr5765769plk.87.1567017490589; Wed, 28 Aug 2019 11:38:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567017490; cv=none; d=google.com; s=arc-20160816; b=ljc3I4eDS8OwaIq69yjGsnBBlCyl7NYK1yTJaMmltyUrRxo8UbMyAQHot7VqRBx+oa Jz2i/FKXjeRHh34TM5aCxsTjo4XWwYsooMOfHV/ZqV8C4YBhly9j/FRkHA6GrNsrzsuS X3W1zvoNYsl9gaNk0u1/vY88yLaDBll1CnQ4cPTXFqrvR41aRH4VWyo6kgCPPcE+PY6P ZbRyDBd2yv8huhYLUmbac9A7pv0oBij5BVXKLcAfkEroN83GQD7draTzaOwL4Nzk74Qf CpRH2KFe0XcBTAL52TX3iQKXTZ8aulHSdtJonqGivZWFjaiCtlrEXnzXGdObZxagyn6k Y9kw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=Apnsms8EU5EvJFYQG3ze/1s5DRzFSbyWZG3cGkny3U0=; b=ICss4c0bJOAfK70E80nAogJsxh7b4D9wW90dCTmDx9hG6YSgEtjJKvq0MJRgGMmCUE 0OCSPhTo/8SIjFLi84jiWhseKfLfb3gNgVJiLm/Twi5fGS1GQMVFS7EvOkJwOxmrNJlQ wQ/KpuNqnn7S39SkHh3+ehjhCYqK37OFy4XUA8DpvMsW3JIdtvfkfcAXeGob/sDeo3mq RUf8t4cnTWoOkKv6xLs9uG4pRFfKR0KPtBpYaNbSDLpqO0MRIEnh5HBZ1JqlLpMylhUI FfofBedbyvOKk6TMkc6syeKihYRO5yEzzuBfj6M/nN7GCV1VREn5Cw4oKHevXovjazRu uIUw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h20si23604pjq.87.2019.08.28.11.37.54; Wed, 28 Aug 2019 11:38:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726991AbfH1ShA (ORCPT + 99 others); Wed, 28 Aug 2019 14:37:00 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:45272 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726711AbfH1Sg6 (ORCPT ); Wed, 28 Aug 2019 14:36:58 -0400 X-IronPort-AV: E=Sophos;i="5.64,442,1559487600"; d="scan'208";a="25166325" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 29 Aug 2019 03:36:56 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 0B3614004953; Thu, 29 Aug 2019 03:36:52 +0900 (JST) From: Fabrizio Castro To: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland Cc: Fabrizio Castro , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das , linux-renesas-soc@vger.kernel.org, Laurent Pinchart , Kieran Bingham , Jacopo Mondi , sam@ravnborg.org Subject: [PATCH v3 1/8] dt-bindings: display: Add bindings for LVDS bus-timings Date: Wed, 28 Aug 2019 19:36:35 +0100 Message-Id: <1567017402-5895-2-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1567017402-5895-1-git-send-email-fabrizio.castro@bp.renesas.com> References: <1567017402-5895-1-git-send-email-fabrizio.castro@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dual-LVDS connections need markers in the DT, this patch adds some common documentation to be referenced by both panels and bridges. Signed-off-by: Fabrizio Castro --- v2->v3: * new patch --- .../bindings/display/bus-timings/lvds.yaml | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bus-timings/lvds.yaml diff --git a/Documentation/devicetree/bindings/display/bus-timings/lvds.yaml b/Documentation/devicetree/bindings/display/bus-timings/lvds.yaml new file mode 100644 index 0000000..f35b55a --- /dev/null +++ b/Documentation/devicetree/bindings/display/bus-timings/lvds.yaml @@ -0,0 +1,38 @@ +# SPDX-License-Identifier: GPL-2.0 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/bus-timings/lvds.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Common Properties for bus timings of LVDS interfaces + +maintainers: + - Thierry Reding + - Fabrizio Castro + +description: | + This document defines device tree properties common to LVDS and dual-LVDS + interfaces, where a dual-LVDS interface is a dual-link connection with even + pixels traveling on one connection, and with odd pixels traveling on the other + connection. + This document doesn't constitue a device tree binding specification by itself + but is meant to be referenced by device tree bindings. + When referenced from panel or bridge device tree bindings, the properties + defined in this document are defined as follows. The panel and bridge device + tree bindings are responsible for defining whether each property is required + or optional. + +properties: + dual-lvds-even-pixels: + type: boolean + description: + This property is specific to an input port of a sink device. When + specified, it marks the port as recipient of even-pixels. + + dual-lvds-odd-pixels: + type: boolean + description: + This property is specific to an input port of a sink device. When + specified, it marks the port as recipient of odd-pixels. + +... -- 2.7.4