From patchwork Wed Oct 20 15:34:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Keeping X-Patchwork-Id: 12572617 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDDB1C433F5 for ; Wed, 20 Oct 2021 15:50:35 +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 89EF861391 for ; Wed, 20 Oct 2021 15:50:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 89EF861391 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=metanate.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 80FCB6E9EA; Wed, 20 Oct 2021 15:50:29 +0000 (UTC) Received: from metanate.com (unknown [IPv6:2001:8b0:1628:5005::111]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8A5916E9EE for ; Wed, 20 Oct 2021 15:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=metanate.com; s=stronger; h=Content-Transfer-Encoding:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Content-Type:Reply-To: Content-ID:Content-Description; bh=9wQxL1mQCD9KGWokSJt4JLAUUu9p5wZhKYOiCzkRPr8=; b=Sqc32ZaSmRhE4g6JHhpl9FhuZX 6m1+KBe285RfgiuN0/zH4Sx6THM9mdlS9aGD5WICZIAnSyFEQCTksXV+MUQxQo1xRjRYG4l1tOfB3 zXGUOxeSGfGDko1T9Ngifrc8LILHmdKu+ZGQmUPwh2MgDrZNTXqJ9t9yHQ4bFE6qRaEZSmeV77oSV C4H+eNoktjxvCUB8VcG/yfz2OTRr/Q0taNyA9E/McaJyZiCpG4n8D4a4/aENocqymNFr5Y2Y02qWi 2CO5hmz1p5jiCXHSBHRzMlzrMmgaLfhNnF6W3f1SycM1dkaQEeDpDoI/PY0d/yLZ6D9XOkCK5jiic sx/eBjHw==; Received: from [81.174.171.191] (helo=donbot.metanate.com) by email.metanate.com with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mdDc1-00043j-Qh; Wed, 20 Oct 2021 16:34:41 +0100 From: John Keeping To: dri-devel@lists.freedesktop.org Cc: John Keeping , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Maxime Ripard , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] dt-bindings: ili9881c: add rotation property Date: Wed, 20 Oct 2021 16:34:29 +0100 Message-Id: <20211020153432.383845-3-john@metanate.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211020153432.383845-1-john@metanate.com> References: <20211020153432.383845-1-john@metanate.com> MIME-Version: 1.0 X-Authenticated: YES 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Allow the standard rotation property from panel-common for ILI9881C based panels. Signed-off-by: John Keeping --- .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml index 032bae7891ad..c5d1df680858 100644 --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml @@ -25,6 +25,7 @@ properties: power-supply: true reg: true reset-gpios: true + rotation: true required: - compatible