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 6F201C433EF for ; Tue, 29 Mar 2022 20:12:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IB51/c4WMc9a94u5hcDqlAz3InCJVfMa96jhY/+YZuM=; b=N3c9e4tQIDyBOk A371MItfetUA85UxYtAH81e+VGF50bShy8W9xnQu2hp3FDyZARJBbn+XALMrZO5LRaW+UycJru3sA xynJJDNkpEOia79IBq2lcoftDpsbiHNhiOSKc6Df+rM9Tec69bkXpo5vXhWz2t4fMTOPEVM5j78TX 1Ue+l7CoJ/Q0bIRatfUx052W52cqYG94cyGXQq99gKeJ2q1cPjDGH13S947mpbdzx3/LfhqPVWYJm XyfzZKJPjE7Ru81dXXNitKN+smn9r9K6vx1y7tdNOX6SrcYg2/SW/ILfcLTYd9+MvDYTZ/2t8toV9 zCT+1f9UAuK+KLB++4mg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZIBk-00DQCc-Ru; Tue, 29 Mar 2022 20:11:36 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZIBh-00DQCB-LX; Tue, 29 Mar 2022 20:11:35 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: nfraprado) with ESMTPSA id EBFE51F4411F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1648584690; bh=3+u06kszAFsjGLV5kQ+MCKFOJ2X8S3uDlpfpQmxL90I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hzs3k3hRcp2Xgj8dg4wykt9DEvnOqLtFTAwiQn52KasZKnxABiJ8ZqHm80rFmN2zw gk/Nu1NPhJe9wi4hwY4tXBGODvv1+vGcsKnse9BI/+tWrI04U0Q4nKNd0AOt3nCkxt Nkj9UbN/BeHI/6eyXcsbIRyGq4iqzqGB6tLrUf8s65ZlshT0HbVlPYM25qmziUFctI /jp9wRmW6oE0CtHkd4msDr56ZbZiKVIfSS4mpxLEcr/Yim05SBXzWoKJze20Mh1F0W JLCE576lwdtq043wca8cr4hPBYVd0agH2iIflvtZU/6Wx35HJCs3CfvMmNFrCSqtr3 wA7zhvO7xl94g== Date: Tue, 29 Mar 2022 16:11:25 -0400 From: =?utf-8?B?TsOtY29sYXMgRi4gUi4gQS4=?= Prado To: Matthias Brugger Cc: Allen-KH Cheng , Rob Herring , Krzysztof Kozlowski , Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Chen-Yu Tsai , Ryder Lee , Hui Liu Subject: Re: [PATCH v4 03/22] arm64: dts: mt8192: Add gce node Message-ID: <20220329201125.7l47kl7rmf4hjyvc@notapiano> References: <20220318144534.17996-1-allen-kh.cheng@mediatek.com> <20220318144534.17996-4-allen-kh.cheng@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220329_131133_877876_80FCD76A X-CRM114-Status: GOOD ( 14.67 ) 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: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Mar 23, 2022 at 06:24:03PM +0100, Matthias Brugger wrote: > = > = > On 18/03/2022 15:45, Allen-KH Cheng wrote: > > Add gce node for mt8192 SoC. > > = > > Signed-off-by: Allen-KH Cheng > > Reviewed-by: N=EDcolas F. R. A. Prado > > Reviewed-by: AngeloGioacchino Del Regno > > --- > > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > = > > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot= /dts/mediatek/mt8192.dtsi > > index 0f9f211ca986..9e1b563bebab 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > > @@ -6,6 +6,7 @@ > > /dts-v1/; > > #include > > +#include > > #include > > #include > > #include > > @@ -552,6 +553,15 @@ > > #size-cells =3D <0>; > > }; > > + gce: mailbox@10228000 { > > + compatible =3D "mediatek,mt8192-gce"; > > + reg =3D <0 0x10228000 0 0x4000>; > > + interrupts =3D ; > > + #mbox-cells =3D <3>; > = > #mbox-cells should be 2, right? It should indeed. The mboxes property in patch 21 should also have the third argument ("1") dropped. Thanks, N=EDcolas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel