From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BDE236A038; Wed, 21 Feb 2024 13:15:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708521354; cv=none; b=CsmlveUTSRgpKsmIvaAvdae+myIXY8A1XsTUrjmfjwXkez80juhzsfPMhJA86S46+RUnQaqpWhdR6XeYxHSVGTh5FZTl2cbHf1Ld8F6bK5XuuaSSTOL17Lv43wz0zLOfn7cBFEEo9xpM54FdXjDaPtu1EyKO9CY8f9aANu2w4oE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708521354; c=relaxed/simple; bh=5zPZo+PD2Jq+Da21pmYAv5Tm1uHIP1OZFqwBuqre21U=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ug/t0/IuXlKj/Cp6nafD8lHm6ZpTb4jziBk+szjYFSYcrHXcymp0bmyAMmWlt2JvTMdgo9ZFLtPdKVq8hAAHnfEd1flbrdG/ES+eXMyw8O48zvw6ZnhAXQBqjhAd4bUS4a8b0Kh7TTTflLIGNG+ztbG/02ZosknitJ+xawie2rs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UkwrJviz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="UkwrJviz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24D2FC433C7; Wed, 21 Feb 2024 13:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708521354; bh=5zPZo+PD2Jq+Da21pmYAv5Tm1uHIP1OZFqwBuqre21U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UkwrJviz0DDlgFYcJdiioqY4B34jvMTMqdGylJdOGkwCPmpTyMaZVDBKCUCZgFgyK h0WrI6CyrlG4fYWnNSfKiO29VTc2dIdEW6AtP2ar0rTCw+u71EVxsNqa9kwLfrAkqw ZW9irpiajQhvGYPpeVY+1XZzpCP7tQoYOCfhiaPM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Fabio Estevam , Shawn Guo , Sasha Levin Subject: [PATCH 4.19 091/202] ARM: dts: imx23/28: Fix the DMA controller node name Date: Wed, 21 Feb 2024 14:06:32 +0100 Message-ID: <20240221125934.725346867@linuxfoundation.org> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240221125931.742034354@linuxfoundation.org> References: <20240221125931.742034354@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Fabio Estevam [ Upstream commit 858d83ca4b50bbc8693d95cc94310e6d791fb2e6 ] 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 Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/imx23.dtsi | 2 +- arch/arm/boot/dts/imx28.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index aaaa987d8eff..223c5171edab 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -406,7 +406,7 @@ status = "disabled"; }; - dma_apbx: dma-apbx@80024000 { + dma_apbx: dma-controller@80024000 { compatible = "fsl,imx23-dma-apbx"; reg = <0x80024000 0x2000>; interrupts = <7 5 9 26 diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 5107fdc482ea..84f7c86373b5 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -984,7 +984,7 @@ status = "disabled"; }; - dma_apbx: dma-apbx@80024000 { + dma_apbx: dma-controller@80024000 { compatible = "fsl,imx28-dma-apbx"; reg = <0x80024000 0x2000>; interrupts = <78 79 66 0 -- 2.43.0