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 D51BEC433EF for ; Sun, 10 Apr 2022 07:29:19 +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=FfQSOsaeqPHn+gJ6ZGRQeQ3UmfWdw7RscR3D6y6piNs=; b=4zBOoWik6dAZnl EDMABK2NgaZ9qjtJFPQyAN4LzBFCediTyJz/afkwkhsBSCsyAp3JLPZA+FDc/ruFWLqAK9MsLJOdK SaVX4TefAy7o2kSI+CWsT7sW6krwaAyQEF4sTV9CKxgPUcDXiAWuXQmLWgZjb2Yv9h7TAL3I5RxCA J616ZwwQNn/hsKLpS4v07HBVmRgyDDnUkCkkqE9G5LAPMAXDSCBEAMtase6qB4i3je6j3b7XvzBdv 9UR97meUGRnwKtfcf6xT4GYQvd2gluG43kV3frFG1CPVkGkXJkwH7jHkuVMhBNZCSoyqtJM7Mvi3+ GF66nnVHXJOxyUsrqc3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndRzN-004OWz-DG; Sun, 10 Apr 2022 07:28:01 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndRzJ-004OV7-SX for linux-arm-kernel@lists.infradead.org; Sun, 10 Apr 2022 07:27:59 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id A2BA0CE0B4E; Sun, 10 Apr 2022 07:27:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CF98C385A1; Sun, 10 Apr 2022 07:27:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649575671; bh=YzGXDlYnNncDbrCmQDBWKW1BaIk5s78v/1hoNSGUe/8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BzEdy6SzPyPdEBHTxiqN1qhLmwXWfOFJep58yRrbbFebbdrNgPjsO2jVchOlT0otH w6bYNdvtapd6VoJSX2Pz1+9uzhpvOuDXdtMrfqncR215ekgX86eEGycsr9bdcCE17s CJyDT+oAS8DrW9KvEvYfGjDYXNLMzN1QLAN5yUacLYl4AkGbPucCAoLfw8NK+QyUEG S720hZ89RPaBo+FuaGRApGdHjagvvBvoCzHuTbkjnz8+FsKN8/fFIEFiryRfC1Fawk 9g4vBL1eX+/a6IwrdD7MTwxB+C7HPM/jOXeOiZbhl5J2we5QV/VMgrXXTl8/b846b0 7s+pz5YaeHjmg== Date: Sun, 10 Apr 2022 15:27:45 +0800 From: Shawn Guo To: Li Yang Cc: Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] ARM: dts: ls1021a: remove "simple-bus" compatible from ifc node Message-ID: <20220410072745.GN129381@dragon> References: <20220322022818.9860-1-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220322022818.9860-1-leoyang.li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220410_002758_115655_5A5B31D7 X-CRM114-Status: GOOD ( 17.20 ) 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 Mon, Mar 21, 2022 at 09:28:13PM -0500, Li Yang wrote: > The binding of ifc device has been updated. Update dts to match > accordingly. > > Signed-off-by: Li Yang I only received patches #1, #2, #4 and #5, while it claims there are 6 patches in the series. Shawn > --- > arch/arm/boot/dts/ls1021a.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi > index 2e69d6eab4d1..52835d3dfa1b 100644 > --- a/arch/arm/boot/dts/ls1021a.dtsi > +++ b/arch/arm/boot/dts/ls1021a.dtsi > @@ -123,7 +123,7 @@ msi2: msi-controller@1570e08 { > }; > > ifc: ifc@1530000 { > - compatible = "fsl,ifc", "simple-bus"; > + compatible = "fsl,ifc"; > reg = <0x0 0x1530000 0x0 0x10000>; > interrupts = ; > status = "disabled"; > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel