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 DE1CDC433F5 for ; Mon, 21 Feb 2022 13:29:56 +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:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=iriG6IlBVjbgnF07dM/vwEsJoFt/6+s+NfGF2HZ8slI=; b=2qWvhba91z1qRn STrG1cg469JzQblVadysNqXnOflLUHdkBEK0JtI6e8jkK7Z1gj4r1E71vRdyLVaHtCpuy5/TBNOpg E7jSJS4+I9ADG5fvN3jz87hc2PP97tZwM99iCA23cd2E6lPgYzOtkd+J6M24JfOebbW3mrFVUHrep BAobcYZ65TX9xfKQn33twXMV9IR4TJX/8CZnD7vigjit6fN/r+h8+8lZuBGmUxhTzmTkITPy4ncOP ravrUPv5tShZmOFZdRaztUfr+EesMPoNfO2NVIe4P1d5kFRvv2S3N4kG7+sOe46oH69WswzOFq23g H01vp3hekyxyTYKAJ9Sw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nM8jY-005uPA-Uw; Mon, 21 Feb 2022 13:28:09 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nM7wv-005grb-QI; Mon, 21 Feb 2022 12:37:56 +0000 X-UUID: b74fd27511bb4781af50d2e55cc21379-20220221 X-UUID: b74fd27511bb4781af50d2e55cc21379-20220221 Received: from mtkcas67.mediatek.inc [(172.29.193.45)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1061601648; Mon, 21 Feb 2022 05:37:47 -0700 Received: from mtkexhb02.mediatek.inc (172.21.101.103) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 21 Feb 2022 04:37:45 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb02.mediatek.inc (172.21.101.103) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 21 Feb 2022 20:37:31 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 21 Feb 2022 20:37:31 +0800 Message-ID: <8f8422a1b1d26e88268174eba179f0b92ccb48e2.camel@mediatek.com> Subject: Re: [PATCH v2 05/23] arm64: dts: mt8192: Add SCP node From: allen-kh.cheng To: AngeloGioacchino Del Regno , Matthias Brugger , Rob Herring , --to=Krzysztof Kozlowski CC: , , , , , Chen-Yu Tsai , Ryder Lee , "=?ISO-8859-1?Q?N=EDcolas?= F. R. A. Prado" Date: Mon, 21 Feb 2022 20:37:31 +0800 In-Reply-To: <932bb7da-fc2e-4562-a0fc-308a7c19343e@collabora.com> References: <20220218091633.9368-1-allen-kh.cheng@mediatek.com> <20220218091633.9368-6-allen-kh.cheng@mediatek.com> <932bb7da-fc2e-4562-a0fc-308a7c19343e@collabora.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220221_043753_940351_9EE7EAFF X-CRM114-Status: GOOD ( 15.59 ) 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 2022-02-18 at 13:55 +0100, AngeloGioacchino Del Regno wrote: > Il 18/02/22 10:16, Allen-KH Cheng ha scritto: > > Add SCP node for mt8192 SoC. > > > > Signed-off-by: Allen-KH Cheng > > --- > > arch/arm64/boot/dts/mediatek/mt8192.dtsi | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > > b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > > index f92d8d7afa5d..61aadd7bd397 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi > > +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi > > @@ -706,6 +706,18 @@ > > status = "disabled"; > > }; > > > > + scp: scp@10500000 { > > + compatible = "mediatek,mt8192-scp"; > > + reg = <0 0x10500000 0 0x100000>, > > + <0 0x10700000 0 0x8000>, > > + <0 0x10720000 0 0xe0000>; > > Please fix indentation: > reg = <0 0x10500000 0 0x100000>, > <0 0x10700000 0 0x8000>, > <0 0x10720000 0 0xe0000>; > > Hi Angelo, Thanks for your reminding ,I will correct this in next version. Thanks. Allen > > > + reg-names = "sram", "l1tcm", "cfg"; > > + interrupts = > 0>; > > + clocks = <&infracfg CLK_INFRA_SCPSYS>; > > + clock-names = "main"; > > + status = "disabled"; > > + }; > > + > > nor_flash: spi@11234000 { > > compatible = "mediatek,mt8192-nor"; > > reg = <0 0x11234000 0 0xe0>; > > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel