From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 179556FBF; Tue, 15 Jul 2025 03:26:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752549961; cv=none; b=gUVFjpCl5VhCm2lQoUdRRvM1Lh0hJXzg1cQkndT22cgdXCoErm2hy9K7lmpHYuN3eoPYqiYrGFgwygS5+cKl0u1kIWYPb40lR6ACyPbtRs3UuTc7SKTe1rSHlKIcrHlIneD3x3k1QW7K8neRt0/Fqk3Cs6LTHsx6CxAxzD6ZfJc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752549961; c=relaxed/simple; bh=U6uuaEVc+vahHf8s9S/yRKRjutpaUY5aXn+/TSZmWOw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Dc8ZVaNMLN2ccNRV0IOWdNS1WP8xPDGfcMTjQxFwn0xhBbHLUGrqI0RY1ToB0imo7kOCC5L97gP9K6jAtKRK3isex2QKUp+HQCkq8VAOYIh4mCgISdn/vueXJGGE53H2qQc4g8XYzqePlomnrMu9OHUcJxabx5Ms7zEEv2AByjI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LYTpsc1I; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LYTpsc1I" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 658CFC4CEED; Tue, 15 Jul 2025 03:26:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752549960; bh=U6uuaEVc+vahHf8s9S/yRKRjutpaUY5aXn+/TSZmWOw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LYTpsc1Ic2OccNFYTOQE00RdS9a99NWuVmPGyujUKqop36anWgxpBFr/jewBjZ8jM AW7snBrQvHtZnQNbi9hFvySphrh5JvpQAkvYMu8JFcjCZ3MKOJ7F6RlShve4VnQEwF 3rxc650pSb1cRF7oZGfESX7S+Ut6MXBBusRHIyMxKPOqVL2bv8OoSzDLQiBr564tja gvcDdq+E7tQ/yeQ6wSRO6udFwck7TpsrMaIjTyCdQH7+x10m9ilyZ+LZz+FpZg7jH1 OsAUAtxq0JJhorTqsh08nSCYD+y/VXQDHUkVR5jGwka7zDSPueFliKxZG8ExbOZctI MMxbhJmwDvcPg== Date: Mon, 14 Jul 2025 22:25:59 -0500 From: "Rob Herring (Arm)" To: Luca Weiss Cc: Herbert Xu , "David S. Miller" , Lukasz Luba , Das Srinagesh , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, Thara Gopinath , Joerg Roedel , linux-arm-kernel@lists.infradead.org, Will Deacon , linux-crypto@vger.kernel.org, Bjorn Andersson , Konrad Dybcio , Jassi Brar , linux-kernel@vger.kernel.org, Viresh Kumar , Robert Marko , Robin Murphy , Manivannan Sadhasivam , iommu@lists.linux.dev, Daniel Lezcano , Thomas Gleixner , ~postmarketos/upstreaming@lists.sr.ht, Vinod Koul , linux-pm@vger.kernel.org, Ulf Hansson , Conor Dooley , Krzysztof Kozlowski , "Rafael J. Wysocki" , Zhang Rui , Amit Kucheria , linux-arm-msm@vger.kernel.org, phone-devel@vger.kernel.org Subject: Re: [PATCH v2 01/15] dt-bindings: arm-smmu: document the support on Milos Message-ID: <175254995898.4166029.3581738288398276719.robh@kernel.org> References: <20250713-sm7635-fp6-initial-v2-0-e8f9a789505b@fairphone.com> <20250713-sm7635-fp6-initial-v2-1-e8f9a789505b@fairphone.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250713-sm7635-fp6-initial-v2-1-e8f9a789505b@fairphone.com> On Sun, 13 Jul 2025 10:05:23 +0200, Luca Weiss wrote: > Add compatible for smmu representing support on the Milos SoC. > > Signed-off-by: Luca Weiss > --- > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring (Arm)