]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: g6: Drop unspecified aspeed,ast2600-udma node
authorAndrew Jeffery <andrew@codeconstruct.com.au>
Thu, 11 Dec 2025 08:45:54 +0000 (17:45 +0900)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Sun, 14 Dec 2025 08:37:17 +0000 (17:37 +0900)
There's neither a binding defined nor a driver that matches on the
compatible, so drop it from the devicetree until someone is motivated to
solve the problems.

Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
arch/arm/boot/dts/aspeed/aspeed-g6.dtsi

index ea1bf6f402bd12bf37a03a1c848d74fb72026c58..2aff21442f1166fadbcae4ecc8bbd86a5fa4859a 100644 (file)
        use-ncsi;
 };
 
-&udma {
-       status = "okay";
-};
-
 &uart1 {
        status = "okay";
 };
index 0ddca4bfffd35ce2fe54e6c24c062b1763f27dcc..bcb4ebcfcc672c79ec9d3801d04af17c4fb3ecab 100644 (file)
                                interrupt-controller;
                                status = "disabled";
                        };
-
-                       udma: dma-controller@1e79e000 {
-                               compatible = "aspeed,ast2600-udma";
-                               reg = <0x1e79e000 0x1000>;
-                               interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
-                               dma-channels = <28>;
-                               #dma-cells = <1>;
-                               status = "disabled";
-                       };
                };
        };
 };