From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:41199 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750815AbdALJlk (ORCPT ); Thu, 12 Jan 2017 04:41:40 -0500 Date: Thu, 12 Jan 2017 10:41:32 +0100 From: Simon Horman To: Laurent Pinchart Cc: Laurent Pinchart , linux-renesas-soc@vger.kernel.org, Marek Vasut Subject: Re: [PATCH v2] arm64: dts: r8a7795: salvator-x: Add DU0 and DU3 external dot clocks Message-ID: <20170112094131.GA7184@verge.net.au> References: <20170112015121.2860-1-laurent.pinchart+renesas@ideasonboard.com> <20170112090433.GA7724@verge.net.au> <67469901.ez4UZFCvZ8@avalon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <67469901.ez4UZFCvZ8@avalon> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Thu, Jan 12, 2017 at 11:23:57AM +0200, Laurent Pinchart wrote: > Hi Simon, > > On Thursday 12 Jan 2017 10:04:34 Simon Horman wrote: > > On Thu, Jan 12, 2017 at 03:51:21AM +0200, Laurent Pinchart wrote: > > > The clocks are generated by an I2C-controlled programmable clock > > > generator. > > > > > > Signed-off-by: Laurent Pinchart > > > > > > --- > > > > > > arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 26 +++++++++++++++-- > > > 1 file changed, 24 insertions(+), 2 deletions(-) > > > > > > This patch depends on the clk-versaclock5 driver posted by Marek. > > > > Can the patch be safely applied without the above driver present? > > It will result in DU probing being deferred forever, so I'd say no :-) Agreed. > > FWIW, this patch does not seem to apply cleanly on > > renesas-next-20170110-v4.10-rc2. > > I'll fix the conflicts and resubmit when the driver lands. Thanks.