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 002F7C47090 for ; Tue, 6 Dec 2022 10:07:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234776AbiLFKHP (ORCPT ); Tue, 6 Dec 2022 05:07:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234852AbiLFKG4 (ORCPT ); Tue, 6 Dec 2022 05:06:56 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 412F230F70; Tue, 6 Dec 2022 01:57:11 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id E28D2B818E1; Tue, 6 Dec 2022 09:56:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16B61C433C1; Tue, 6 Dec 2022 09:56:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670320609; bh=H4M/+p7AkJ/i6ORamRR1po4sDDc3p/wTeEVuAunv+9w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ja6ECJdGE0y7qkbILuEeOYDwyaeyhKoITYR4QfZwUlHu2ON/5zDL8k0QgGa06UiXK IjIFFgene1o3lkGrmu+ONTuSNB5V/FNRP3ujN2RI8AVDM91aVSnoFP0rhnIBZG3G3G SOlOTjp/G5FwIShX9WSSjZikSAAHgL9VOuQLzb+VU3HOFWJlkLSkZ80qeI4p4c+G+w zajPUQTlekWnMRwZ35kLKm+DMKfl/7ElvavxqktpdjzZ7ohuX199wlmYHmE9o7R63h HMVZYjHACzD9nxLr8NAMI/0vN5SSVV303THnGrbDcI4RIYnxfoCI7cSB+1dbUJFeYN HPFWN/VzHQKPg== Date: Tue, 6 Dec 2022 09:56:43 +0000 From: Will Deacon To: Bjorn Andersson Cc: Konrad Dybcio , linux-arm-msm@vger.kernel.org, agross@kernel.org, krzysztof.kozlowski@linaro.org, patches@linaro.org, Robin Murphy , Joerg Roedel , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/9] dt-bindings: arm-smmu: Allow 3 power domains on SM6375 MMU500 Message-ID: <20221206095642.GA317@willie-the-truck> References: <20221115152727.9736-1-konrad.dybcio@linaro.org> <20221115152727.9736-2-konrad.dybcio@linaro.org> <20221118133855.GB4046@willie-the-truck> <20221205205640.kawreo3yyeh2meci@builder.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221205205640.kawreo3yyeh2meci@builder.lan> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Bjorn, On Mon, Dec 05, 2022 at 02:56:40PM -0600, Bjorn Andersson wrote: > On Fri, Nov 18, 2022 at 01:38:56PM +0000, Will Deacon wrote: > > On Tue, Nov 15, 2022 at 04:27:19PM +0100, Konrad Dybcio wrote: > > > The SMMU on SM6375 requires 3 power domains to be active. Add an > > > appropriate description of that. > > > > > > Signed-off-by: Konrad Dybcio > > > --- > > > .../devicetree/bindings/iommu/arm,smmu.yaml | 23 ++++++++++++++++++- > > > 1 file changed, 22 insertions(+), 1 deletion(-) > > > > Acked-by: Will Deacon > > > > Let me know if you'd like me to take this one via the Arm SMMU tree. > > > > Yes, please pick this through the SMMU tree. I've already sent my pull request for 6.2, so this will have to wait until 6.3 now (unless somebody else takes it in the meantime). Will