From patchwork Wed Mar 15 07:19:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zhong X-Patchwork-Id: 9624965 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E30A46048C for ; Wed, 15 Mar 2017 07:19:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D3E5928615 for ; Wed, 15 Mar 2017 07:19:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C863728606; Wed, 15 Mar 2017 07:19:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6EFC128609 for ; Wed, 15 Mar 2017 07:19:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=mThsAgibI13vBjWu1Aj3DvFdYsr+YNJ9eZvS4moMMpo=; b=sgR t2lOYNlZ/QoB8Nj5rtTHstgfw2+7rxM2X4ww/sFtyuUg4YQPilrVjcifTje5b+Z7o1TFWCNcRxCHW Er/bmlzI+QQdHE9lokHewwR0qrsE+kPpwZTN+oUu4n5Mm908Df1HqpKTwP4oLgHG3Z8PVdZFP9x4t WtJUcn9HQlE4itjSjzNFXbD5nweFy4q8049NYUGwcUhbl29FOm12e35BygucemSAHoRLG16bSNVWg cBptvuzGXiMNk57r/bxKbdAh5q0Fkf+rgMoDf2YsyY72xLJ0774kzLK8Hmq4LhoQ2I2qioVO/K1PD PvhmXCU/SiOpSI757RsSI8KtLh6kETA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1co3Dl-0000gR-EC; Wed, 15 Mar 2017 07:19:45 +0000 Received: from mail-pf0-f195.google.com ([209.85.192.195]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1co3Di-0000ea-Aj for linux-rockchip@lists.infradead.org; Wed, 15 Mar 2017 07:19:43 +0000 Received: by mail-pf0-f195.google.com with SMTP id x63so1148203pfx.2 for ; Wed, 15 Mar 2017 00:19:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=LYtKpg5U9+dtw9oCf/0vAOOjtOA3EAdkfNIK/JPj08E=; b=r0uUsrRhkqsJLWwmamAlmHzyPILtaXqOYda9jJWzQFmdJSO2bCCKWGQI9Uv0AsJD/Z 5a8y+v8jPuOEqBwPaV6rn/XmxlOn6INVEkm9d5hASF/hfCDkCK/q5Unn185ZYClutKK7 dSk51n1h+T4vjpYOl4f/zwDgJ25RCa9jhloM9oa6xksSnPl1NOgrbF2l9ODl1YAcxk3B 4hCenfMfR2zJ3BPqrtB5XrnAHH2KavtM82xPwCjeLP9g5FKqpy61fNcPv2rUOwt4cpkE L+S6A+PmjNgkOJ+Tj2aW5/vk5hii1p0u/WHK/0Pu0G2GdXEMuogWVhcDE4tPNdGtZd2a i4Vw== X-Gm-Message-State: AFeK/H1b/M6S5yipt0RI0DG3o4SFjAY9haxENjZM8cxeJ3oAqvXFkHxn8PBVgbx36YrH3g== X-Received: by 10.98.166.73 with SMTP id t70mr1985984pfe.194.1489562361260; Wed, 15 Mar 2017 00:19:21 -0700 (PDT) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id t67sm2052359pfd.76.2017.03.15.00.19.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Mar 2017 00:19:20 -0700 (PDT) From: Chris Zhong To: linux-rockchip@lists.infradead.org Subject: [PATCH v2 1/2] dt-bindings: Add INNOLUX P079ZCA panel bindings Date: Wed, 15 Mar 2017 15:19:12 +0800 Message-Id: <1489562353-10313-1-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170315_001942_400119_18155EC3 X-CRM114-Status: GOOD ( 10.44 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Thierry Reding , Chris Zhong MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The Innolux P079ZCA is a 7.85" panel with a 768X1024 resolution and connected to DSI using four lanes. Signed-off-by: Chris Zhong Reviewed-by: Brian Norris --- Changes in v2: None .../bindings/display/panel/innolux,p079zca.txt | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt diff --git a/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt b/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt new file mode 100644 index 0000000..5c70a83 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt @@ -0,0 +1,23 @@ +Innolux P079ZCA 7.85" 768x1024 TFT LCD panel + +Required properties: +- compatible: should be "innolux,p079zca" +- reg: DSI virtual channel of the peripheral +- power-supply: phandle of the regulator that provides the supply voltage +- enable-gpios: panel enable gpio + +Optional properties: +- backlight: phandle of the backlight device attached to the panel + +Example: + + &mipi_dsi { + panel { + compatible = "innolux,p079zca"; + reg = <0>; + power-supply = <...>; + backlight = <&backlight>; + enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; + status = "okay"; + }; + };