Received: by 10.213.65.68 with SMTP id h4csp539559imn; Wed, 4 Apr 2018 03:01:20 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/b2CHfn/a580BUhX08Hy4rwCwQOx0TJD8H/xS39RtyIK7YfvCJkhQrmm/d+iw6mdRJKEhb X-Received: by 2002:a17:902:b08a:: with SMTP id p10-v6mr18029947plr.60.1522836080725; Wed, 04 Apr 2018 03:01:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522836080; cv=none; d=google.com; s=arc-20160816; b=vYKxXa3c37GSL9EDnfqowjeGnK/Ejn23FgaaWO0eye20/WpC9sUG/XEHolzdRXCsQZ LPj28HSvuVw8NzLPFXrEz9KsjTgsY60F64NPPAqxAy8ePMW+raYsq92c0km9CdDyP37S RE2YeFZVIxU9cLROnc4fc95Zq4ZCnDPqn04r1VeEot57BmMPrgl0AZVhCOrB7+SwkGeh d4F6in7QRLI/blC+8SwBpZvU2tFpu8s3szRucX9HPYAeCF3492Fm7tzBgqy5MFN2OnwL BF0ozZ22MZ8NaIXYbbpfhbM+XtkvnKN/eLzT8rr+t0WjzcxtgBP7cJDf5SchpRAiUbaJ +8/Q== 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:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=9jEyM9s77nG0t+1c+wf1DzqVdtqsygTBMunRtdqwfYA=; b=TjHg8aGCB7zT+vF+XUWGXDQ2TN19pu1YqLnzxuQapbzSF+xgq0IFz0k8NcSfIhAhtG axrwA/rJpAcYbg7Cfcerpsioro+/cpaim6w+mq3HvgZ/yVRNDmRhXhWkkY9paF20EL6Z PVwVS+OqveqaJ+QEaG8kmBKS0M+w8CNYKxVC7NetkQULVJJQecQCEqJ6ww0W0EPB53cx z5qrclNWJbbCkZ/+O4fAPAV/v7xJnK9pp72/NDMk9gq/G0ettgpuPcMuAbRzNQU7xAPB QwBxK+7ib72J4Njc3hdOjX5jWAqhSyDLy7ry28PeirsHBSnFr+oRX4jHjuvlEfaolxYO LRbw== 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 c7-v6si3974090plo.597.2018.04.04.03.01.06; Wed, 04 Apr 2018 03:01:20 -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 S1751301AbeDDJ7U (ORCPT + 99 others); Wed, 4 Apr 2018 05:59:20 -0400 Received: from mail.bootlin.com ([62.4.15.54]:42944 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812AbeDDJ5d (ORCPT ); Wed, 4 Apr 2018 05:57:33 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 73D5920729; Wed, 4 Apr 2018 11:57:32 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr [90.63.216.87]) by mail.bootlin.com (Postfix) with ESMTPSA id 415C02075D; Wed, 4 Apr 2018 11:57:22 +0200 (CEST) From: Maxime Ripard To: Thierry Reding , Chen-Yu Tsai , Maxime Ripard , Mark Rutland , Rob Herring , Frank Rowand Cc: dri-devel@lists.freedesktop.org, Gustavo Padovan , Daniel Vetter , Maarten Lankhorst , Sean Paul , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Thomas Petazzoni Subject: [PATCH v4 5/8] dt-bindings: panel: Add the Ilitek ILI9881c panel documentation Date: Wed, 4 Apr 2018 11:57:13 +0200 Message-Id: <69e479c147d28ada0adcf435783e839a3506216c.1522835818.git-series.maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The LHR050H41 from BananaPi is a 1280x700 4-lanes DSI panel based on the ILI9881c from Ilitek. Acked-by: Rob Herring Signed-off-by: Maxime Ripard --- Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.txt diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.txt b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.txt new file mode 100644 index 000000000000..df05e8bb4851 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.txt @@ -0,0 +1,20 @@ +Ilitek ILI9881c based MIPI-DSI panels + +Required properties: + - compatible: must be "ilitek,ili9881c" and one of: + * "bananapi,lhr050h41" + - reg: DSI virtual channel used by that screen + - power-gpios: a GPIO phandle for the power pin + - reset-gpios: a GPIO phandle for the reset pin + +Optional properties: + - backlight: phandle to the backlight used + +Example: +panel@0 { + compatible = "bananapi,lhr050h41", "ilitek,ili9881c"; + reg = <0>; + power-gpios = <&pio 1 7 GPIO_ACTIVE_HIGH>; /* PB07 */ + reset-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL05 */ + backlight = <&pwm_bl>; +}; -- git-series 0.9.1