Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp971992ybl; Fri, 13 Dec 2019 07:30:35 -0800 (PST) X-Google-Smtp-Source: APXvYqwEp0zuHwMYOZ911eQeImehezMehFC8E/fWqFe9dnC7v0eHWiK/tPzYJG8JzJXu/4/9chxy X-Received: by 2002:a54:440f:: with SMTP id k15mr7306094oiw.71.1576251035340; Fri, 13 Dec 2019 07:30:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576251035; cv=none; d=google.com; s=arc-20160816; b=o6oQFikw2oq7FzmIfVRVOlaoskW0FuADK/nQJb650IvCEbGeA6aLDHrjXZLEVYTpVY YDMvBwDh/Q+b+bqBEXpTwDnnQ+JVf6YI0XkxGosNafYTs9rOv6iEJLXdbGndM0LqXRfN NrGGif7PNHwsFEGTy4OfDNPy10Ou9wS03zc/vB36rXbKUM0swcEH5AxGeI2S6cfti9xe 2vgdRppXLw3kBbFqAbTMb8XqJYPg/80Im7sAQk+Gr+366+ljGZaXOFyyV8QqYKEKDtVP 3BebNn6TH5gQWxHazBcVJEIkUQcyqhka0/MGLjh+bOwOCTTgy0ktOiNoQfODcSKesL2L oMHA== 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=BjQXKo2KlyuEnx92xf9hUZBX/P2MBeywUdumx1UPk7U=; b=DnYrC+8/YM+cHkdPObYntljsh+lbZw35JWUvG7k7ZVzeZkH56tHcxyiH52m7/e3iVO GB4QscoMQvWQwU0Q8KR8B0EKtmVfTl1b0+ekD6UDKYS23P4+pSAZhpFnzHf5Zr6AdBLm WbYjxrJGHBYap9+R12ZEDBN128pYMfIYzjMPTg0gxcQOBzcW63YMM+otZd+gIx/jKqQ/ wG+XYWZ+6UPDRpJPA02T2KBRbJV8t8ju0wkRW7TFR9STSoAvNkek4DhPGYm7vITpdPkR KE25XCqPetZPNXLiRsme9NMYSJIrI7Ey9H+2Gbt1vx+xlKpwhw99dyb0gUG3HGwlq7qP 9rtA== 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 m12si3158943oic.88.2019.12.13.07.30.22; Fri, 13 Dec 2019 07:30:35 -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 S1727858AbfLMP3l (ORCPT + 99 others); Fri, 13 Dec 2019 10:29:41 -0500 Received: from muru.com ([72.249.23.125]:47128 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726599AbfLMP3l (ORCPT ); Fri, 13 Dec 2019 10:29:41 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 369A88181; Fri, 13 Dec 2019 15:30:20 +0000 (UTC) Date: Fri, 13 Dec 2019 07:29:38 -0800 From: Tony Lindgren To: Tero Kristo Cc: Benoit Parrot , 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: <20191213152938.GK35479@atomide.com> References: <20191211140720.10539-1-bparrot@ti.com> <20191212174123.GF35479@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * Tero Kristo [191213 07:43]: > On 12/12/2019 19:41, Tony Lindgren wrote: > > * 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? > > I believe it is ready if you approve the clkout1 clock patch. OK yeah looks fine. > > Or ou want to queue the changes to am43xx-clocks.dtsi along with all > > your other clock patches? > > Well, I have actually never queued any omap2+ dts patches myself, and I > don't think there would be too many of those coming for next merge either. OK will queue this series then. For the other ones from Benoit looks like we need an immutable clock branch before I can apply anything. Regards, Tony