From patchwork Thu Mar 30 09:59:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 77012 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:b0ea:0:b0:3b6:4342:cba0 with SMTP id b10csp1017786vqo; Thu, 30 Mar 2023 03:16:48 -0700 (PDT) X-Google-Smtp-Source: AKy350ZoVDCfvffaKjCtgEtsfOuHtCUeHheQpxaLrFrnM0UamlOo7hBf1X15ky6AS3JCXqYkcs1i X-Received: by 2002:aa7:981c:0:b0:625:e3c0:8a58 with SMTP id e28-20020aa7981c000000b00625e3c08a58mr23815484pfl.4.1680171408503; Thu, 30 Mar 2023 03:16:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1680171408; cv=none; d=google.com; s=arc-20160816; b=R6NP+QIfSO0AXf7iObIjFfPISwLNSEwlwICOARAQGVKGRvg5oMD+yPYVZODFqmZzmc cUX+GV2fnalK6A/zaHMaB3CXjiYf0eE14oQHTIPNTqk1Z7KeTUvpXiny4WXD6N7PXTuV Ux9c4IkDow7smswKuhuiBAiNnupbnLy8WCBnps2+ZsAPDADnCJqZoBQEpBbcXUBHUgA3 44PRUS7Sc3yGLMUeU5ZB8BlVLh62s8I53wPi5U04dO53hiB7aGA1JAh25rXmp2ISYOHM J1GDBsurLXjsTp2tours/z2metHVPzChj3nr1uxX99s9+oBAKDZiA884jSeQZZE/PNsJ K5GA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=sNqdNIwnIBEzrQBOyjwR8yOuKU3u61t7If70w1sY1+w=; b=gF3koQpTXO2H00ZyKgaFcTLk/IRrRX2zAo0uMbnd30K/hl/TOhsK1mLjE11cilBXjg WTYJoBdEk1iZE312/MZqKqQD5bN/R8lR+z+2wQ2/VqD06+oEud1rHwfVaLS+V7DSZnEh wrhwKTduBJLNL3qX9ERAE/WTfdJHaobgPOWRgW7IXc9RD2vKHtrOrV9WfhJYByyzgtp8 0m088KVpPkpGeZIDC2Zyqab5KkmoFc2KybrkeQTTNhxtJ5e4D935TuMxwmrj9ZQ3CXPG gHTHnMPt9kyo9Nku9OiWpzfmqc8CxNZH9Ei29L7N5ubNKjtgSylnaZVJzQpS/wB+BA+u 5W2Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id c12-20020a624e0c000000b0062abc2c2a40si14363865pfb.89.2023.03.30.03.16.35; Thu, 30 Mar 2023 03:16:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230492AbjC3KAD (ORCPT + 99 others); Thu, 30 Mar 2023 06:00:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34668 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230303AbjC3J7v (ORCPT ); Thu, 30 Mar 2023 05:59:51 -0400 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1872AB; Thu, 30 Mar 2023 02:59:50 -0700 (PDT) Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id C49C320F5A; Thu, 30 Mar 2023 11:59:48 +0200 (CEST) From: Francesco Dolcini To: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , dri-devel@lists.freedesktop.org, Rob Herring , Krzysztof Kozlowski , Peter Ujfalusi , devicetree@vger.kernel.org Cc: Francesco Dolcini , David Airlie , Daniel Vetter , linux-kernel@vger.kernel.org Subject: [PATCH v1 3/6] dt-bindings: display: bridge: toshiba,tc358768: add parallel input mode Date: Thu, 30 Mar 2023 11:59:38 +0200 Message-Id: <20230330095941.428122-4-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230330095941.428122-1-francesco@dolcini.it> References: <20230330095941.428122-1-francesco@dolcini.it> MIME-Version: 1.0 X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1761787414736899648?= X-GMAIL-MSGID: =?utf-8?q?1761787414736899648?= From: Francesco Dolcini Add new toshiba,input-rgb-mode property to describe the actual signal connection on the parallel RGB input interface. Signed-off-by: Francesco Dolcini --- .../bindings/display/bridge/toshiba,tc358768.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml index 8f22093b61ae..2638121a2223 100644 --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml @@ -42,6 +42,21 @@ properties: clock-names: const: refclk + toshiba,input-rgb-mode: + description: | + Parallel Input (RGB) Mode. + + RGB inputs (PD[23:0]) color arrangement as documented in the datasheet + and in the table below. + + 0 = R[7:0], G[7:0], B[7:0] + 1 = R[1:0], G[1:0], B[1:0], R[7:2], G[7:2], B[7:2] + 2 = 8’b0, R[4:0], G[5:0], B[4:0] + + $ref: /schemas/types.yaml#/definitions/uint32 + enum: [ 0, 1, 2 ] + default: 0 + ports: $ref: /schemas/graph.yaml#/properties/ports