Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1106736ybl; Thu, 12 Dec 2019 09:43:13 -0800 (PST) X-Google-Smtp-Source: APXvYqy6/2OxX+9UT4LtORIe9tFmd8yWXoSGfakDtsrc/chkYGzz7j8MrYsChItf+U7r/Ip6DKqg X-Received: by 2002:a54:451a:: with SMTP id l26mr5961877oil.69.1576172593019; Thu, 12 Dec 2019 09:43:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576172593; cv=none; d=google.com; s=arc-20160816; b=eKMv8M9AEg2byB0mJazj+O731Q3nHIXvV2iuU24okdT1YQtodvSN6rQYM4uJKe25ov qVsXENXHljbCXel6oBsyjijej3G+nd603JkFpGCCPxJHWvElg1hVPkXCwCopZqaNFJQP s38nS3Sh+DWe6JfS23snV2nCVg4cbT1QK1vaELz5V40AfZes/Pb7zzE/bUj9pc2i2r6M ssFqUKy/cEYMp54r8Y1teVPMM/ZeOq6dSgecEA1mrFxDRuZOwB79wuDihpPbJ5yo/cmO AyFJstDFWCl+BpnJ7ritOCjtqvwBtQ29RyNGc3oeIf8Jj2B6AQtHCfwR0+PchBgeKFd3 LUyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=tm1LiFHhuCnhqP2gH1i/l1LTiIUKbjaXNe8O+jz30Lw=; b=LB62WUq6r2g2QjfxoCJsR2y0M5wyte+HXGxyDimUShF8tkT9lMrCy2qpwUf389Sl6l VXOCGapW3aw5tVbr7OzB0ildL3abIScM+wF15baQvQBKtjTwWZe4HwPI/iSatVGmfvYq 9W6gzYyMc7MMyrq+Xe5SMSM6/awaEg+mP383bB9zQZNj3vmFGg8yG7K24H46QwnxLM0Z Dq2abumDal48ccmgQI+fGTQm1HDIeXkHG8Gf9AUKfEKg5ZbfwQFVRS5bq6rVqQlNYtpW PWeAKcf6jLsrCQo+UI7aZCZ6wLbcAqU8I9Id7ZgV5EUxW7FuJQngXALxFS2J4nIkh7+H tnHA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k77si3402718oih.103.2019.12.12.09.43.00; Thu, 12 Dec 2019 09:43:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730183AbfLLRl1 (ORCPT + 99 others); Thu, 12 Dec 2019 12:41:27 -0500 Received: from muru.com ([72.249.23.125]:46572 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730023AbfLLRl1 (ORCPT ); Thu, 12 Dec 2019 12:41:27 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9399680C0; Thu, 12 Dec 2019 17:42:05 +0000 (UTC) Date: Thu, 12 Dec 2019 09:41:23 -0800 From: Tony Lindgren To: Benoit Parrot Cc: Tero Kristo , linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Patch v3 0/3] ARM: dts: am43x-vpfe/ov2659.patch Message-ID: <20191212174123.GF35479@atomide.com> References: <20191211140720.10539-1-bparrot@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191211140720.10539-1-bparrot@ti.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Benoit Parrot [191211 06:04]: > This patch series adds the missing camera endpoint (ov2659) as well as > the required source clocks nodes for the sensor. > > On the am437x-sk-evm the camera sensor is sourced from clkout1 but that > clock nodes/tree was removed as it was unsed at the time, we are > re-adding the needed clock nodes here. Tero, it seems I can already pick this series? Or ou want to queue the changes to am43xx-clocks.dtsi along with all your other clock patches? Regards, Tony > Changes since v2: > - Fixed/added Tony's ack > > Changes since v1: > - Fix clock name to make it generic > - Add non-standard clock node naming to commit message as per Tony's > comment > - Rename all clock nodes to use '-' instead of '_' > > Benoit Parrot (2): > ARM: dts: am437x-sk-evm: Add VPFE and OV2659 entries > ARM: dts: am43x-epos-evm: Add VPFE and OV2659 entries > > Tero Kristo (1): > ARM: dts: am43xx: add support for clkout1 clock > > arch/arm/boot/dts/am437x-sk-evm.dts | 27 +++++++++++++- > arch/arm/boot/dts/am43x-epos-evm.dts | 23 +++++++++++- > arch/arm/boot/dts/am43xx-clocks.dtsi | 54 ++++++++++++++++++++++++++++ > 3 files changed, 102 insertions(+), 2 deletions(-) > > -- > 2.17.1 >