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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 EFC9AC433E0 for ; Wed, 1 Jul 2020 11:20:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BDCAE20702 for ; Wed, 1 Jul 2020 11:20:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730152AbgGALUG (ORCPT ); Wed, 1 Jul 2020 07:20:06 -0400 Received: from asavdk4.altibox.net ([109.247.116.15]:36326 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730133AbgGALUG (ORCPT ); Wed, 1 Jul 2020 07:20:06 -0400 Received: from ravnborg.org (unknown [188.228.123.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id EC378804B9; Wed, 1 Jul 2020 13:20:02 +0200 (CEST) Date: Wed, 1 Jul 2020 13:20:01 +0200 From: Sam Ravnborg To: Vinay Simha B N Cc: Neil Armstrong , Ken-Sue.Tan@taec.toshiba.com, Chris.Cheng@taec.toshiba.com, Bhushan.Patel@taec.toshiba.com, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , David Airlie , open list , "open list:DRM DRIVERS" , Rob Herring Subject: Re: [PATCH v5 1/2] dt-binding: Add DSI/LVDS TC358775 bridge bindings Message-ID: <20200701112001.GA652928@ravnborg.org> References: <20200701070344.6330-1-simhavcs@gmail.com> <20200701091940.GB266726@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=aP3eV41m c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=Nvn8WTl6hB1VAHlkLJEA:9 a=CjuIK1q_8ugA:10 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Vinay. On Wed, Jul 01, 2020 at 03:14:09PM +0530, Vinay Simha B N wrote: > sam, > > I rechecked, but did not find any indents are too spaced. > This is taken from a working dts tree. > port@1 { | reg = <1>; | dsi0_out: endpoint { | remote-endpoint = <&d2l_in_test>; | data-lanes = <0 1 2 3>; | }; }; }; }; See above, something is wrong with the indent in the examples. > I had given two examples for a purpose. One for single lvds > configuration single link mode, > another is for dual lvds configurations dual-link mode and port mappings. Please provide a proper description of the single link and dual link modes in the descriptions of the bindings. The examples shall support the bindings, they shall not include information that is not covered in the bindings. Sam