mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-02 01:42:20 -04:00
ARM: dts: aspeed: g6: Drop unspecified aspeed,ast2600-udma node
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>
This commit is contained in:
@@ -1293,10 +1293,6 @@ &mac3 {
|
||||
use-ncsi;
|
||||
};
|
||||
|
||||
&udma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -866,15 +866,6 @@ fsim1: fsi@1e79b100 {
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user