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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A452DC77B73 for ; Mon, 5 Jun 2023 15:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234177AbjFEPaY (ORCPT ); Mon, 5 Jun 2023 11:30:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235127AbjFEPaU (ORCPT ); Mon, 5 Jun 2023 11:30:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42B04E4B; Mon, 5 Jun 2023 08:30:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D285C61B6F; Mon, 5 Jun 2023 15:30:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94F19C433EF; Mon, 5 Jun 2023 15:30:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685979003; bh=ITRoqiSFBqs21EPM1WuquxlL6puwwCP+3OcM6hMuGgQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TG3CnnAZ8j2w4olHjvjztA+ySw7tuRtmd/8/j/Dzu7SP3om53z723eZ/ROvyfOk2C 0mm46Ll2aUgLVTACTbf82/zjfLS5n6zpJzxNka1WDgRHOlLJgjAd8IY1/+9leKRrj0 xv7wwX6gJLvi+Un96tei5GCoua9F+YkbJuIlyrFcyh6PhyGri/UIdkYi7Az7flHeUQ D5HWfVqVDtDoftVaNHqavtBz+SUATTsQWlBeZ2EBo4Bni0CWcTjEDAe1MedBN4bvkK BtADJhyeExmg01JX4KcyBDoMM59rK/c1ZHMr221zjmm0TNaYL0d6wqp7vlFFWkXRCN mndVs2dRmn+Yw== Date: Mon, 5 Jun 2023 16:29:57 +0100 From: Will Deacon To: Krzysztof Kozlowski Cc: Bartosz Golaszewski , Catalin Marinas , Arnd Bergmann , Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bartosz Golaszewski Subject: Re: [PATCH v4 4/5] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Adreno SMMU Message-ID: <20230605152956.GA21796@willie-the-truck> References: <20230417125844.400782-1-brgl@bgdev.pl> <20230417125844.400782-5-brgl@bgdev.pl> <9f2c0b2d-b11e-512f-1566-5097547c60d1@linaro.org> <83fb5973-5514-6c66-fc15-84fb439f1398@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <83fb5973-5514-6c66-fc15-84fb439f1398@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, May 30, 2023 at 03:17:43PM +0200, Krzysztof Kozlowski wrote: > On 30/05/2023 11:47, Bartosz Golaszewski wrote: > > On Tue, May 16, 2023 at 1:42 PM Krzysztof Kozlowski > > wrote: > >> > >> On 17/04/2023 14:58, Bartosz Golaszewski wrote: > >>> From: Bartosz Golaszewski > >>> > >>> The GPU SMMU will require the clocks property to be set so put the > >>> relevant compatible into the adreno if-then block. > >>> > >>> Signed-off-by: Bartosz Golaszewski > >>> --- > >> > >> > >> Acked-by: Krzysztof Kozlowski > >> > >> Best regards, > >> Krzysztof > >> > > > > Hey IOMMU maintainers, could you please pick this one up for the next > > merge window? > > I think you missed to Cc them (except Will). Sorry for the delay, I'll grab this one now. Will