]> git.itanic.dy.fi Git - linux-stable/commitdiff
staging: mt7621-dts: remove 'gdma' and 'hsdma' nodes
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sat, 13 Nov 2021 19:20:45 +0000 (20:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Nov 2021 09:29:12 +0000 (10:29 +0100)
Drivers related with 'gdma' and 'hsdma' nodes are not in-tree. Remove them
from the device tree file.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20211113192045.32153-4-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dts/mt7621.dtsi

index 6d158e4f4b8c79d47bf3a7b9c0c1c7d21353a27d..644a65d1a6a169bf56aadcd3a59b2bace846dad6 100644 (file)
@@ -146,44 +146,6 @@ spi0: spi@b00 {
                        pinctrl-names = "default";
                        pinctrl-0 = <&spi_pins>;
                };
-
-               gdma: gdma@2800 {
-                       compatible = "ralink,rt3883-gdma";
-                       reg = <0x2800 0x800>;
-
-                       clocks = <&sysc MT7621_CLK_GDMA>;
-                       clock-names = "gdma";
-                       resets = <&rstctrl 14>;
-                       reset-names = "dma";
-
-                       interrupt-parent = <&gic>;
-                       interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>;
-
-                       #dma-cells = <1>;
-                       #dma-channels = <16>;
-                       #dma-requests = <16>;
-
-                       status = "disabled";
-               };
-
-               hsdma: hsdma@7000 {
-                       compatible = "mediatek,mt7621-hsdma";
-                       reg = <0x7000 0x1000>;
-
-                       clocks = <&sysc MT7621_CLK_HSDMA>;
-                       clock-names = "hsdma";
-                       resets = <&rstctrl 5>;
-                       reset-names = "hsdma";
-
-                       interrupt-parent = <&gic>;
-                       interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
-
-                       #dma-cells = <1>;
-                       #dma-channels = <1>;
-                       #dma-requests = <1>;
-
-                       status = "disabled";
-               };
        };
 
        pinctrl: pinctrl {