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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 C45F1C43331 for ; Tue, 12 Nov 2019 15:26:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A321521D7F for ; Tue, 12 Nov 2019 15:26:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727133AbfKLP0L (ORCPT ); Tue, 12 Nov 2019 10:26:11 -0500 Received: from muru.com ([72.249.23.125]:41786 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725954AbfKLP0L (ORCPT ); Tue, 12 Nov 2019 10:26:11 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9EF4080F3; Tue, 12 Nov 2019 15:26:46 +0000 (UTC) Date: Tue, 12 Nov 2019 07:26:07 -0800 From: Tony Lindgren To: Benoit Parrot Cc: Tero Kristo , linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Patch v4 2/3] ARM: dts: dra7: add vpe clkctrl node Message-ID: <20191112152607.GC5610@atomide.com> References: <20191112142657.22898-1-bparrot@ti.com> <20191112142657.22898-3-bparrot@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191112142657.22898-3-bparrot@ti.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Benoit Parrot [191112 14:24]: > Add clkctrl nodes for VPE module. > > Note that because of the current dts node name dependency for mapping to > clock domain, we must still use "vpe-clkctrl@" naming instead of generic > "clock@" naming for the node. And because of this, it's probably best to > apply the dts node addition together along with the other clock changes. Thanks looks good to me now. Yeah it's probably best to queue this one along with the clock driver changes. I can then collect the dts related driver dts change on top of a branch from Tero. So please feel free to add this: Acked-by: Tony Lindgren