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=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 9192FC04AB5 for ; Thu, 6 Jun 2019 08:00:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5CA6520652 for ; Thu, 6 Jun 2019 08:00:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="l2vzXnDO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725782AbfFFIAN (ORCPT ); Thu, 6 Jun 2019 04:00:13 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:35362 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725769AbfFFIAN (ORCPT ); Thu, 6 Jun 2019 04:00:13 -0400 Received: from pendragon.ideasonboard.com (unknown [IPv6:2a02:a03f:44f0:8500:ca05:8177:199c:fed4]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2CF6133B; Thu, 6 Jun 2019 10:00:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1559808011; bh=F7s+czjjssKdq0j9S305nnXbFC6eahvLe2kWI7qn58M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l2vzXnDOWOs+F7GYY4umRs/UwsEYsatVI3Qb8nBY29EsOfSL6HSpPd/jKWi2TQMk6 2f0+sOxD826OizAmTtQq2bqiZauiZEMTlA+MvhfSE/QNTs4wN4CuXR1emXVxj+vFiF 19Ui5liSBK0SfvM5i3REhpZyQdmInw02j3hRKazw= Date: Thu, 6 Jun 2019 10:59:57 +0300 From: Laurent Pinchart To: Simon Horman Cc: Laurent Pinchart , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, Kieran Bingham , Jacopo Mondi Subject: Re: [PATCH v3 08/10] arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1 Message-ID: <20190606075957.GF4931@pendragon.ideasonboard.com> References: <20190528141234.15425-1-laurent.pinchart+renesas@ideasonboard.com> <20190528141234.15425-9-laurent.pinchart+renesas@ideasonboard.com> <20190603114045.jusjfo3tswro4xbm@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190603114045.jusjfo3tswro4xbm@verge.net.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Simon, On Mon, Jun 03, 2019 at 01:40:45PM +0200, Simon Horman wrote: > On Tue, May 28, 2019 at 05:12:32PM +0300, Laurent Pinchart wrote: > > Add the new renesas,companion property to the LVDS0 node to point to the > > companion LVDS encoder LVDS1. > > > > Signed-off-by: Laurent Pinchart > > Reviewed-by: Jacopo Mondi > > Tested-by: Jacopo Mondi > > Hi Laurent, > > is this patch ready to be merged? I was hoping for an ack from the DT bindings maintainers for the corresponding bindings changes, but I want to get this merged for the next kernel release, so I may not get it. I'll ping you when I send the pull request for the DT bindings and drivers changes, at that point this patch should be picked up. -- Regards, Laurent Pinchart