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 CF45DCE7A91 for ; Mon, 25 Sep 2023 01:42:25 +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=ZN4hOFQMtMcFr4XfDwnlk211wKsdHBF0+CdgEPUdhvw=; b=OdXavPb+xBSLbT Tb9KEJA1ZjB4iSi4hp5vSQnjMBaxPXfpNlsSV71yWCw3Stnsrw0M3yr/DuiKAefgZ4TKrwRfuKXNZ 1JE8wcEko4jztEEU8OHnlTXq7Z2Baprca3GsrCabK+g4Ta0ypg7/gu+UIc6p6Q+0Znes0gtBKEX3C z1Pk59yMAb6Dc+KIgRpI8HXVFEeJDh7Y+i7a0mh7DPzdDzDi4n//0nRLZrHtBVnckpC3d6Z0Me0yL +BvvBKq+IfoT6nPHWDb6b0uOceiru3bLMYHYaEmHlh/Nns+J0CS6FM1of6/LCcFJik4RoF0N6oVm8 jHcFoUpgHNDdVR+cX9Zg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkabn-00D6Gx-2G; Mon, 25 Sep 2023 01:41:59 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkabl-00D6GM-0y for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 01:41:58 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 7580ACE0E01; Mon, 25 Sep 2023 01:41:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CE17C433C8; Mon, 25 Sep 2023 01:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695606115; bh=8KxFplEBPLfn8AzWhzIT+1kJQ6Sc5/RIt0UUqD3INbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EYiTlSM/SIr5+VDFtITtEtrBOPdgpDKlGeOESjJZ2Zehzt+666f86DGGxNZkKaxtX ZG+R8dHBhwggHynQ9KjPd6CS55yNSNLIL8D99EOzaoA4D1B7d7FaXO8tdaEqXofs5H e8+H2zM4cfMYeN8PfhbL8t6vhUY1MYxr4qqxYIFuqJI3AIQG6coaBe/+0rGr6GrGLR 85KX7DiKQ9N9iSuvlMwZqB7ut5sTloroA4y/EdUIa3BAFHIm4ZIgem1sDUG4464A8b rqWxu+Utp1RBlqUVTaBdA3zL+ssLTRoJeGCqY5z4RYcfiR2m2+XFToa8ZkG2+xFqkY L+WYKP9PqKyFg== Date: Mon, 25 Sep 2023 09:41:45 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org, conor+dt@kernel.org, Fabio Estevam Subject: Re: [PATCH 1/2] arm64: dts: imx8mp: Move funnel outside from soc Message-ID: <20230925014145.GI7231@dragon> References: <20230906115444.189664-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230906115444.189664-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230924_184157_508760_165E8189 X-CRM114-Status: GOOD ( 10.05 ) 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 Wed, Sep 06, 2023 at 08:54:43AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The 'funnel' node does not contain a register range, so it should > be placed outside of the soc node to fix schema warnings from > simple-bus.yaml. > > Signed-off-by: Fabio Estevam Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel