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 71E5813AE9; Sat, 3 Feb 2024 04:09:32 +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=1706933372; cv=none; b=tPigWzrP/D1SDgIaASs84lKbN0Nr2UiPX6r7BGvvxrSwzP7X+j24VWJXfkokTeHs3Andxhr4PN2cQcgAriYygyOE3NHCfIQq6TSOS6E89/AFplRGdObeba79AmnWUftmHbdzgMFHvSO5KUAI2ANNfyUVfURqJW89odFZu/2zS5I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706933372; c=relaxed/simple; bh=7vw6WyWBV5WWbSD/M2N6YfXCD4M4Q1mdSsSB5GKekBA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fsa1WJxUGCSjcIpvRRF2aRZkcatjCsdd3QviKv7E1CMh9o0sDSXZmxwtu8SxAPtorIMEYREFfzT/B/IHRGP/ZfcpJJWOGEo9wWtGRxHrc5I6v5tVcPI7FOir5vktth6k7l8z2eTqoi/6yG8ovnLS+q0xjY60RrkS9W3lkBWqDfY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=PtEnl7qp; 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="PtEnl7qp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3AA0DC433F1; Sat, 3 Feb 2024 04:09:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706933372; bh=7vw6WyWBV5WWbSD/M2N6YfXCD4M4Q1mdSsSB5GKekBA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PtEnl7qpQpIsdgoY9cPZPJT9Jbjds/3KeuWDdsph5NfolQo5GlIsOwMeDJEFdTEIq 8K1kx2sU3vyU6L8lIaHnQlCBxsWcl3aXS3RTJ9/oBIfLjb0WCY1d3LKQL0QHQmnY36 CRE5tsI+GqJjPUyX9Lwn5Ojzzvz36pUQqdTCVV64= 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 6.1 081/219] ARM: dts: imx23/28: Fix the DMA controller node name Date: Fri, 2 Feb 2024 20:04:14 -0800 Message-ID: <20240203035328.556708616@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240203035317.354186483@linuxfoundation.org> References: <20240203035317.354186483@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-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 7f4c602454a5..ec476b159649 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -414,7 +414,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 130b4145af82..b15df16ecb01 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -994,7 +994,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