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 C768CC4332F for ; Sat, 15 Oct 2022 03:25:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229715AbiJODZp (ORCPT ); Fri, 14 Oct 2022 23:25:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229507AbiJODZg (ORCPT ); Fri, 14 Oct 2022 23:25:36 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5798F43E4A; Fri, 14 Oct 2022 20:25:28 -0700 (PDT) X-UUID: b8006f60a9b14c6f84927f96d07ad544-20221015 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:MIME-Version:Content-Type:References:In-Reply-To:Date:CC:To:From:Subject:Message-ID; bh=DWjBZCkykQbBc1ryP13P2V1hr38xsz+ryzAbDiTxDkw=; b=gWajdWnJGrqJzQ6YV77ZpyNOzAWE43yaTRMwh7Kh4p5CsjPZyDWFqZmjmrmf2qwWQk3R+x1utJ58NOwgwTijRccrQ0X/D3+MSPh4U/yJkf/54Qu4SH7cyAr1cytPGKBz/OUu822vmqx4Jlzf2EOM29S1GX26dLb0k/xGYpESXxg=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.11,REQID:94740b9f-d071-4607-b69f-10a70dccd607,IP:0,U RL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION: release,TS:0 X-CID-META: VersionHash:39a5ff1,CLOUDID:2f72d5a3-ebb2-41a8-a87c-97702aaf2e20,B ulkID:nil,BulkQuantity:0,Recheck:0,SF:102,TC:nil,Content:0,EDM:-3,IP:nil,U RL:0,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0 X-UUID: b8006f60a9b14c6f84927f96d07ad544-20221015 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 745707071; Sat, 15 Oct 2022 11:25:23 +0800 Received: from mtkmbs11n1.mediatek.inc (172.21.101.185) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.792.15; Sat, 15 Oct 2022 11:25:22 +0800 Received: from mhfsdcap04 (10.17.3.154) by mtkmbs11n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.792.15 via Frontend Transport; Sat, 15 Oct 2022 11:25:21 +0800 Message-ID: <5bd2c5d63cde6fdf8e92d6aa385687b1369922ad.camel@mediatek.com> Subject: Re: [PATCH v4 1/3] dt-bindings: iommu: mediatek: add binding documentation for MT8365 SoC From: Yong Wu To: Alexandre Mergnat , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Robin Murphy , Joerg Roedel , Will Deacon CC: , Krzysztof Kozlowski , , Markus Schneider-Pargmann , Amjad Ouled-Ameur , Fabien Parent , , , "AngeloGioacchino Del Regno" , Date: Sat, 15 Oct 2022 11:25:21 +0800 In-Reply-To: <20221001-iommu-support-v4-1-f1e13438dfd2@baylibre.com> References: <20221001-iommu-support-v4-0-f1e13438dfd2@baylibre.com> <20221001-iommu-support-v4-1-f1e13438dfd2@baylibre.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2022-10-14 at 10:45 +0200, Alexandre Mergnat wrote: > From: Fabien Parent > > Add IOMMU binding documentation for the MT8365 SoC. > > Signed-off-by: Fabien Parent > Signed-off-by: Markus Schneider-Pargmann > Reviewed-by: AngeloGioacchino Del Regno < > angelogioacchino.delregno@collabora.com> > Acked-by: Krzysztof Kozlowski > Signed-off-by: Alexandre Mergnat > --- > .../devicetree/bindings/iommu/mediatek,iommu.yaml | 2 + > .../dt-bindings/memory/mediatek,mt8365-larb-port.h | 90 > ++++++++++++++++++++++ > 2 files changed, 92 insertions(+) > > diff --git > a/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml > b/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml > index fee0241b5098..4b8cf3ce6963 100644 > --- a/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml > +++ b/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml > @@ -81,6 +81,7 @@ properties: > - mediatek,mt8195-iommu-vdo # generation two > - mediatek,mt8195-iommu-vpp # generation two > - mediatek,mt8195-iommu-infra # generation two > + - mediatek,mt8365-m4u # generation two > > - description: mt7623 generation one > items: > @@ -130,6 +131,7 @@ properties: > dt-binding/memory/mt8186-memory-port.h for mt8186, > dt-binding/memory/mt8192-larb-port.h for mt8192. > dt-binding/memory/mt8195-memory-port.h for mt8195. > + dt-binding/memory/mt8365-larb-port.h for mt8365. "mediatek," is needed here. After this: Reviewed-by: Yong Wu