From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8343BC5ACC1 for ; Sun, 15 Mar 2020 13:44:51 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5B49720575 for ; Sun, 15 Mar 2020 13:44:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="fYhyZxUY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5B49720575 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AAA016E177; Sun, 15 Mar 2020 13:44:50 +0000 (UTC) Received: from mail-lf1-x141.google.com (mail-lf1-x141.google.com [IPv6:2a00:1450:4864:20::141]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9E3EA6E179 for ; Sun, 15 Mar 2020 13:44:49 +0000 (UTC) Received: by mail-lf1-x141.google.com with SMTP id r9so6194364lff.13 for ; Sun, 15 Mar 2020 06:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=zmqWqwwj9+Xd7JsaiFF8KfpTIci7pCIkgyUayONmZn8=; b=fYhyZxUYQQ4A31HUuS/1vlTKGroCvMGAaME+rIRviZhTzcS1G9swkC/Oi6BHB/TI0B FKdFZ3ly/tUmoq+rbdyse9zm8zvRtWD+7kQ9rfqVCaczOIVl1M+eUArrMnF6YeBDteuj Lt4v6PuR1tYDi5hOfi27m+4Jr9YFAyhNdSYn0MxFg3vgXlw5GjG5oYefwvKc4zsfEXm2 Biy3pNzfHO/kph+2Mp1NsVC+8R0HcEz7fJ+EoZNFIvnmtgQfgO/DYDrDWlTk7Dhlm4OR ZBI04cMncsOyAMc2tXQTJrSNgzL/9uXPJozsC/Drc3WSl5Q5qlAvu9gLTBoyc7w48aY5 KhrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=zmqWqwwj9+Xd7JsaiFF8KfpTIci7pCIkgyUayONmZn8=; b=A7PYYp3SZAULqxjDwaV3FhnmFoZKCDOoWQ9KtKPtprHinsDs+OfbkPPAySGvjHNxvl rvpifw2i25/Chp1hPu8vMkNYq9a3Zm/ynCdm4H8CYAlK+gI3M2O50aDIRnjUbMutqrtH V5wbTL87jMRdwm2UT1Ez3FN3q9sdYvlheT5oZl1uStiiELe2X7ey0QQbT08VIG/7UbyZ JpMZOTjikyDIL8+eEChdZjPk0dlim5l6zfxsSodoBUhMjtu/1WMI/IO/cIlfzRcWZKpS nxyY6W6+8YRi1mTTmluOjazytoPF2eCHdcB28HGRqb0LEbzLKKumNiSK8MiqeAQjmPEd Y7pA== X-Gm-Message-State: ANhLgQ1fL5/9MM1Tp7xhHpSGDWeJKRTGUJDVQslFU86lJwrL2tmvC9NE IBx/o518PBBjWZbxsT4HuTiYSiTGFtg= X-Google-Smtp-Source: ADFU+vu8mDyzwYKm+GWNx575bjhBRZT6xdr6t6LXfxJ16I5/GZF3rwPg85UQQpBvN2KubxQa5A2lXQ== X-Received: by 2002:a19:6e0f:: with SMTP id j15mr13943660lfc.76.1584279887761; Sun, 15 Mar 2020 06:44:47 -0700 (PDT) Received: from saturn.lan (18.158-248-194.customer.lyse.net. [158.248.194.18]) by smtp.gmail.com with ESMTPSA id a9sm23025212lfb.21.2020.03.15.06.44.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 Mar 2020 06:44:47 -0700 (PDT) From: Sam Ravnborg To: dri-devel@lists.freedesktop.org, Thierry Reding , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v1 09/36] dt-bindings: display: convert innolux, p079zca to DT Schema Date: Sun, 15 Mar 2020 14:43:49 +0100 Message-Id: <20200315134416.16527-10-sam@ravnborg.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200315134416.16527-1-sam@ravnborg.org> References: <20200315134416.16527-1-sam@ravnborg.org> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maxime Ripard , Nikolaus Schaller , Jonathan Bakker , Sandeep Panda , Paul Cercueil , Andrzej Hajda , Laurent Pinchart , Chris Zhong , Marco Franchi , Sam Ravnborg , Stefan Mavrodiev , Jerry Han , Hoegeun Kwon , Tony Lindgren , Nickey Yang , Tomi Valkeinen , Jagan Teki , Robert Chiras , Vinay Simha BN , Marek Belisko , Heiko Schocher , Brian Masney , Guido Gunther , Mark Brown , Alexandre Courbot , Werner Johansson , Purism Kernel Team , Peter Ujfalusi , Lin Huang , Douglas Anderson , linux-spi@vger.kernel.org, Peter Rosin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" As the binding matches panel-simple, added the compatible to the panel-simple list. With this change enable-gpios is now optional. Signed-off-by: Sam Ravnborg Cc: Chris Zhong Cc: Thierry Reding Cc: Sam Ravnborg --- .../display/panel/innolux,p079zca.txt | 22 ------------------- .../bindings/display/panel/panel-simple.yaml | 2 ++ 2 files changed, 2 insertions(+), 22 deletions(-) delete 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 deleted file mode 100644 index 3ab8c7412cf6..000000000000 --- a/Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt +++ /dev/null @@ -1,22 +0,0 @@ -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@0 { - compatible = "innolux,p079zca"; - reg = <0>; - power-supply = <...>; - backlight = <&backlight>; - enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; - }; - }; diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 393ffc6acbba..5088fe81d025 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -143,6 +143,8 @@ properties: - innolux,n116bge # InnoLux 15.6" WXGA TFT LCD panel - innolux,n156bge-l21 + # Innolux P079ZCA 7.85" 768x1024 TFT LCD panel + - innolux,p079zca # Innolux Corporation 7.0" WSVGA (1024x600) TFT LCD panel - innolux,zj070na-01p # Kaohsiung Opto-Electronics Inc. 5.7" QVGA (320 x 240) TFT LCD panel -- 2.20.1 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel