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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id F3AF1EB64DB for ; Thu, 15 Jun 2023 10:35:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E9E210E4C3; Thu, 15 Jun 2023 10:35:57 +0000 (UTC) Received: from smtp.domeneshop.no (smtp.domeneshop.no [IPv6:2a01:5b40:0:3006::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4AA8010E4C3 for ; Thu, 15 Jun 2023 10:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tronnes.org ; s=ds202212; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tG5feDrl2Mw6hEmR2hb46eHTTsEGlzKg28JrQ4NlezE=; b=WJWgjqmxVqTfDmbHE1yLpH20s5 Tmnb0LR3PAcKmq0Kp++HDR5UnXFXFeS27wcsqYUnzE/xMUnvVE+se6Q+AAR/HzLUgppANR1oI2CQU +KvYjAz/eetICRUuoIAKbqzPviYLRjbrKlVOewOSf1YiNgyX0O8LUMqyRkznrPluEUU0oZc584RPZ JZUo1ow4WRtl11LY7OR/ee+MRb+uZDkazT9ISJV/OHmL9mocjaQF9m4LV/xXxhsDdXYe/t0dZKFXO +joVo25gB+GwQMke3qd89L10xraKkAQB11RiniQHHmS4/1xX8WuF/7j97Z3R0CY9rGgXq+dI4eXiK nmEA3Lnw==; Received: from [2a01:799:961:2c00:5fc6:a9a5:c042:d1cd] (port=49824) by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1q9kKW-0071lE-JM; Thu, 15 Jun 2023 12:35:52 +0200 Message-ID: <0ece62a0-2e77-190d-942e-e4fb69ef8d62@tronnes.org> Date: Thu, 15 Jun 2023 12:35:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH v2 3/8] dt-bindings: display: panel: mipi-dbi-spi: add spi-3wire property Content-Language: en-US To: =?UTF-8?Q?Leonard_G=c3=b6hrs?= , Conor Dooley , Rob Herring , Alexandre TORGUE , Krzysztof Kozlowski , Neil Armstrong , Sam Ravnborg , David Airlie , Daniel Vetter References: <20230614123222.4167460-1-l.goehrs@pengutronix.de> <20230614123222.4167460-4-l.goehrs@pengutronix.de> From: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= In-Reply-To: <20230614123222.4167460-4-l.goehrs@pengutronix.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: devicetree@vger.kernel.org, Conor Dooley , noralf@tronnes.org, kernel@pengutronix.de, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Conor Dooley , Rob Herring , Krzysztof Kozlowski Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 6/14/23 14:32, Leonard Göhrs wrote: > Some MIPI DBI panels support a three wire mode (clock, chip select, > bidirectional data) that can be used to ask the panel if it is already set > up by e.g. the bootloader and can thus skip the initialization. > This enables a flicker-free boot. > > Signed-off-by: Leonard Göhrs > Acked-by: Conor Dooley > Reviewed-by: Rob Herring > --- Reviewed-by: Noralf Trønnes > .../devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml b/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml > index c07da1a9e6288..2f0238b770eba 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml > @@ -87,6 +87,8 @@ properties: > Logic level supply for interface signals (Vddi). > No need to set if this is the same as power-supply. > > + spi-3wire: true > + > required: > - compatible > - reg