[PATCH 7/7] ARM: dts: lpc32xx: Correct PL080 DMA controller device node name

Vladimir Zapolskiy vz at mleia.com
Thu Sep 4 11:46:47 PDT 2025


Rename PL080 DMA controller device node name to the expected one.

The issue was reported by a dt binding checker:

    dma at 31000000: $nodename:0: 'dma at 31000000' does not match '^dma-controller(@.*)?$'

Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
---
 arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
index a38f3c6dbe47..2236901a0031 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
@@ -77,7 +77,7 @@ mlc: flash at 200a8000 {
 			status = "disabled";
 		};
 
-		dma: dma at 31000000 {
+		dma: dma-controller at 31000000 {
 			compatible = "arm,pl080", "arm,primecell";
 			reg = <0x31000000 0x1000>;
 			interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.49.0




More information about the linux-arm-kernel mailing list