From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-177132.yeah.net (mail-177132.yeah.net [123.58.177.132]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C2404DDA6 for ; Fri, 23 Feb 2024 04:00:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=123.58.177.132 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708660852; cv=none; b=aXjd4lvo5ieZkPm+QC49VVLhZny2Ajo+Z5UQLrfVoA0wNYna+TQ6DcD7TGJtOGlULt+hrSFkZeLwiwvH2N3e+q6EqC/HpBPzENexpU96/BSnZlEI6tqrWsh6jJUw8thqatVRwOec5L/lDi8JhUOTYHs5KXM646HwUYpOYu1dL8I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708660852; c=relaxed/simple; bh=s6xlqHirdWt87G2AiMNP3OpOt2kQWTW3DNE0BRZ+u14=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B1VEirL8QZB5TSU+g1utEb+1yVo92k8D8zZXEh5In/ksSg2uJ1M8OOIH7MeveOozU1wA7wred4TneqEBcP9RehZgG4VRmn8RcatxThSXPVC5w6+83WvgFiTwnDajZOPa20Buoj1o9srlkaTQb12cnDiTsUeHHfpQhZmI1sbAH0c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=iSi5lxSb; arc=none smtp.client-ip=123.58.177.132 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="iSi5lxSb" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=TEZ3yDuA/VZk2mofgCVyRvC5qJrCYXgD2IK8gap4pt4=; b=iSi5lxSbCYfZ9PIyBzWQx/G3c51pMYlVbgm1lSGypi+r0EVc+m/vJd5Y9QsJCv fvzMfh5FhYCrm5zxNc3lFsXDI0Ai9rTCh0kf1sBOyffPRI8EUvJEDL63vz5tnYK6 L+OFzo2or6QigBRSQwO2XGm+OrWM6sdygvMAaLu1VFB2E= Received: from dragon (unknown [183.213.196.200]) by smtp2 (Coremail) with SMTP id C1UQrAD33ohOGNhlUyAuBA--.6026S3; Fri, 23 Feb 2024 12:00:15 +0800 (CST) Date: Fri, 23 Feb 2024 12:00:13 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/2] arm64: dts: freescale: imx8-ss-dma: Fix edma3's location Message-ID: References: <20240206080459.1741172-1-alexander.stein@ew.tq-group.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240206080459.1741172-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID:C1UQrAD33ohOGNhlUyAuBA--.6026S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUIxpnUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiDw+NZVnxce1JXQAAsI On Tue, Feb 06, 2024 at 09:04:58AM +0100, Alexander Stein wrote: > Sort nodes by base address. edma3 comes later in the memory map. > > Signed-off-by: Alexander Stein Applied both, thanks!