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 740E4C4332F for ; Thu, 14 Dec 2023 02:12:41 +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=qVVoSAmDvbZHab7WO9U+f2nfBXmKfQWUoO30HSeYsSo=; b=x7/GpAOYrlIS+f FffFNkWAWLrO6nS0sNsHTvehIYR4rz72M8NVtdHFySQ65lS7SVcI/4nQKegt4UrZ8JUULyoInZvZ6 lulJCZYveWC9/LiDu6OEOSTkkNBw2vyN4Vagay9NNPV+E2MiHfUH0Ha0DtB9M90UbHfKrIlIoLhCl J4rD/k7qdiCFLMpyQkpHXEtOS27jPjelUQCZIZzEO4x3UBmwEznfB+RtduFvTDxN6QWMZJQyOq1V/ p9UkHmOLL9DBw6rF24vaOnV0BSI/VQDht6at4qbRECf971RPgLHi/NBkCVDvKdxlGqBMIK4BcweXg aD+KRjiquYa3IhRxNs2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDbCv-00GUS2-2D; Thu, 14 Dec 2023 02:12:13 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDbCs-00GURD-2S for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 02:12:12 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 2ED29CE214D; Thu, 14 Dec 2023 02:12:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9032C433C8; Thu, 14 Dec 2023 02:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702519926; bh=RHXdhtAhwxcqEBGi+fFFlPmm9cjkeuU0gD2Cua0q2Y8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q8j4h725hOOUmyUBempq860dUfIHAUNdqyPa7UKNZmUKWsu5gv5/mU31qL7pyo0g4 qWPRJ9zLnH9eLb9G0zFpouGnvVAaLFWD4q9/fe2dqmRAP9r3Q5xzWBv8CdMj2j+1lp C/K3V5hfuf50MDa77Ecwcl9gDsmF55cpKGYBTmNX0b7OHwSrkd1Tz8yJvu313lXofx AHY24fhLd9lnT3Iem3iSecwCd4McnjG/hualNh9gFSmVZPUTFLJ8gYzf9LmYl4Erpr WtJK3+/G2aStiMuYfWA4CY9zrl+OlAx+7k/NuxtH+z08EZf0kVLWAu6Cs/E5RjYBO+ C9e8xWsJfIcSQ== Date: Thu, 14 Dec 2023 10:12:02 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx23/28: Fix the DMA controller node name Message-ID: <20231214021202.GV270430@dragon> References: <20231207102631.2498659-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231207102631.2498659-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_181211_031057_D3DC2539 X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. 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 Thu, Dec 07, 2023 at 07:26:31AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per fsl,mxs-dma.yaml, the node name should be 'dma-controller'. > > Change it to fix the following dt-schema warning. > > imx28-apf28.dtb: dma-apbx@80024000: $nodename:0: 'dma-apbx@80024000' does not match '^dma-controller(@.*)?$' > from schema $id: http://devicetree.org/schemas/dma/fsl,mxs-dma.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel