From patchwork Thu Mar 31 15:19:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 1611811 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=IHglLxJm; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4KTn771fQ3z9sGS for ; Fri, 1 Apr 2022 02:20:35 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238173AbiCaPWT (ORCPT ); Thu, 31 Mar 2022 11:22:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238175AbiCaPWS (ORCPT ); Thu, 31 Mar 2022 11:22:18 -0400 Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 053BD199517 for ; Thu, 31 Mar 2022 08:20:30 -0700 (PDT) Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 3287B84209; Thu, 31 Mar 2022 17:20:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1648740028; bh=XymdZgX3emEDbPcK4wVbbrzz9EvWDkqbUXRJyyvTkGQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IHglLxJm9FpK/NIYG8hJsSjtglDEzc32ZGB4szoSs5cDyLOGHi9SQcqJavjvsjbql teR9GPRqL94gbA3NuMS8xP0Kgr/ayeb43Exf+WZoyOVo1GHKEAf1s4m6pElR0EQDFK l93LA+PsTYTGdna/5+zYm/iBDbiDOhEKL8mL1mQXILuuqL/5lR8wy+grZucA8WkHN9 oQH4vCXS8pMKizDL+We+HB6rFJyRPax3OEoonwpGUpWlm60QMFGExRb1DqtmqyUaJJ KveL8VQKkFobnHhJA+5saeH3NhoYwnZLyuk3xH53gtThp2IgpzLLi/FKPf0sMpjh0j MObeEbIQKzx+Q== From: Marek Vasut To: dri-devel@lists.freedesktop.org Cc: l.stach@pengutronix.de, robert.foss@linaro.org, Marek Vasut , Rob Herring , Jonas Karlman , Laurent Pinchart , Maxime Ripard , Neil Armstrong , Rob Herring , Sam Ravnborg , devicetree@vger.kernel.org Subject: [PATCH v6 02/11] dt-bindings: display: bridge: tc358867: Document DSI data-lanes property Date: Thu, 31 Mar 2022 17:19:43 +0200 Message-Id: <20220331151952.13221-3-marex@denx.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220331151952.13221-1-marex@denx.de> References: <20220331151952.13221-1-marex@denx.de> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham 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: devicetree@vger.kernel.org It is necessary to specify the number of connected/used DSI data lanes when using the DSI input port of this bridge. Document the 'data-lanes' property of the DSI input port. Reviewed-by: Rob Herring Acked-by: Lucas Stach Tested-by: Lucas Stach # In both DPI to eDP and DSI to DPI mode. Signed-off-by: Marek Vasut Cc: Jonas Karlman Cc: Laurent Pinchart Cc: Maxime Ripard Cc: Neil Armstrong Cc: Rob Herring Cc: Sam Ravnborg Cc: devicetree@vger.kernel.org To: dri-devel@lists.freedesktop.org --- V3: - New patch V4: - Add RB by Rob, AB/TB by Lucas V5: - No change V6: - No change --- .../display/bridge/toshiba,tc358767.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml index 5cfda6f2ba69..ed280053ec62 100644 --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.yaml @@ -53,11 +53,27 @@ properties: properties: port@0: - $ref: /schemas/graph.yaml#/properties/port + $ref: /schemas/graph.yaml#/$defs/port-base + unevaluatedProperties: false description: | DSI input port. The remote endpoint phandle should be a reference to a valid DSI output endpoint node + properties: + endpoint: + $ref: /schemas/media/video-interfaces.yaml# + unevaluatedProperties: false + + properties: + data-lanes: + description: array of physical DSI data lane indexes. + minItems: 1 + items: + - const: 1 + - const: 2 + - const: 3 + - const: 4 + port@1: $ref: /schemas/graph.yaml#/properties/port description: |