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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BB3BDCF9C69 for ; Tue, 24 Sep 2024 20:35:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5i5UurcXL0CtIRld8drO0QDDmC5mrFMsEQ+N9XjrqI0=; b=oWMHsWY22Zyfai4Txy8yavCBFT gE7WbiXUYrBHJrxSaL9eYaP+1fLmFgrkL54cVoIdi0sA6ThSUH5+iitJJtWh4Qiy7HToTGhbyYeso otqRMcee5TrMVxA/IFPBDy+QhEvSIq1jPSr/nXryr7Aj/qYfCHP782Tz6E14MT6YkEnpWuw8yh+Dk ZnEzv7UkOM2LvuHqETERahwhWdnh7oIPUVcP1mKFRJuPNgF5w7ZmuloK66QYC2quIg9WcWccGqrV0 DVMDQj2WehJRCwaNqm7f6Jb0VYvJ8qckcHHCo0N01cCmZ4DSrEYlKS5RbAS2MJLeQTsi88DzGuAVd oqjEUSiA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1stCGE-00000003GR4-0SRi; Tue, 24 Sep 2024 20:35:50 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1stCE7-00000003Fu8-1Ljl; Tue, 24 Sep 2024 20:33:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 9746F5C10AC; Tue, 24 Sep 2024 20:33:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16D2FC4CEC4; Tue, 24 Sep 2024 20:33:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727210018; bh=vIbuZ+ZMJIXtuHtEu0Uxq/wiaFCGkBym9byGH31f1Lw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Syi51eA1lj1ubFJ0LT4O6ridE2NqmnwzIXklsi8x5mr7S24c0CruC8+Qc655+hqAz SHWhmck67BYNUXbVA0tGPyFHrAAzqHk4ViQBAzoT93knZZrB8IqreuIKm6VESgayxO Ldyajoh8wpNB9+vzRHa6Hwq2XmLeS/pIcANQHb8D9+jjHzcF3RpW1Amwf+ZnzqoDI7 2mwfL1XuFhvOHZUW2Se67rS4xG47X5Sh0YkQ8ualdgwP5ksC4DAZ0uUFuBS0Azj/21 /PCvi5KF6cBS+KqSeceMjvQMlEKUviVTbckMfwTSE0ct6gl76OCVra8nGZ9q6LqDqP O4ZEpGgPQkTUA== Date: Tue, 24 Sep 2024 15:33:37 -0500 From: "Rob Herring (Arm)" To: Andy Yan Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, linux-arm-kernel@lists.infradead.org, krzk+dt@kernel.org, joro@8bytes.org, heiko@sntech.de, iommu@lists.linux.dev, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Andy Yan Subject: Re: [PATCH] dt-bindings: iommu: rockchip: Add Rockchip RK3576 Message-ID: <172721001667.289647.10163147936752673484.robh@kernel.org> References: <20240920094947.7566-1-andyshrk@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240920094947.7566-1-andyshrk@163.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240924_133339_445915_C412B553 X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 20 Sep 2024 17:49:40 +0800, Andy Yan wrote: > From: Andy Yan > > Just like RK3588, RK3576 is compatible to the existing rk3568 > binding. > > Signed-off-by: Andy Yan > --- > > Documentation/devicetree/bindings/iommu/rockchip,iommu.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)