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=-4.0 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A3FC5C433E2 for ; Thu, 28 May 2020 02:42:11 +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 855C6207CB for ; Thu, 28 May 2020 02:42:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 855C6207CB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EABBA6E15F; Thu, 28 May 2020 02:42:10 +0000 (UTC) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 056FC6E15F for ; Thu, 28 May 2020 02:42:10 +0000 (UTC) Received: by mail-io1-f67.google.com with SMTP id f3so28429846ioj.1 for ; Wed, 27 May 2020 19:42:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=b/oNRFbWcA9UKdCn5+v8TysbsT9eF8fH1Ja8+nqZDmU=; b=arWpwGNNUoKAHm+7pUcREGCBiIgSnSO47iQjJKSHz9UkL3fPYkP9CHMOpwpIXcLdKK 1SP3sxo+ON0XvYiWc/guToTuMOjHe+Vi1C4ua7nUJu7SBYywhoyp9Zi8s45YFv2BhRp4 y1SApLXhXGYHTH3etWwdobimuqZZ5eCrHShrksqltm75D/O6HB2EUaDEdb46VqzOFojm m12retp0MBHjog8+TWOE/lzHkT1y1fwa7Z1cyGQWrTmypWjeFZULQLWjvDJ9+F+lLDY8 btW+y7ASEPSolJO+YnR1DM+qqWAthjcXLLoRIqkltT61lt0vbOE/8h6BMXCZ1N8coPTT kQzQ== X-Gm-Message-State: AOAM532DduhfzdQNaSG2V5qRKwovEt8yejdoJJ9kv3aU9mro7Zinhmf9 Y7rBGn73rb7O+KbqklSoMg== X-Google-Smtp-Source: ABdhPJzKlFiW8HM67DLDFC6JfQlSVeYAE3EzxuQizHFJK24jCTp1VdyCqhMig8TKRQg5EZ+n1bEodQ== X-Received: by 2002:a05:6602:2f06:: with SMTP id q6mr693015iow.135.1590633729485; Wed, 27 May 2020 19:42:09 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id d12sm2665990ill.80.2020.05.27.19.42.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 May 2020 19:42:08 -0700 (PDT) Received: (nullmailer pid 3261346 invoked by uid 1000); Thu, 28 May 2020 02:42:08 -0000 Date: Wed, 27 May 2020 20:42:08 -0600 From: Rob Herring To: Laurent Pinchart Subject: Re: [PATCH 5/4] dt-bindings: display: bridge: thc63lvd1024: Document dual-output mode Message-ID: <20200528024208.GA3261299@bogus> References: <20200406111543.GC4757@pendragon.ideasonboard.com> <20200513232127.21798-1-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200513232127.21798-1-laurent.pinchart+renesas@ideasonboard.com> 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: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Jacopo Mondi , Rob Herring , dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 14 May 2020 02:21:27 +0300, Laurent Pinchart wrote: > The DT binding support both dual-input and dual-output mode, but only > dual-input is documented. Document dual-output mode. > > Suggested-by: Jacopo Mondi > Signed-off-by: Laurent Pinchart > --- > .../display/bridge/thine,thc63lvd1024.yaml | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel