dt-bindings:SEC: Remove bindings for SEC_DMA
authorjiajie.ho <jiajie.ho@starfivetech.com>
Fri, 14 Oct 2022 01:57:06 +0000 (09:57 +0800)
committerjiajie.ho <jiajie.ho@starfivetech.com>
Fri, 14 Oct 2022 01:57:06 +0000 (09:57 +0800)
Removing dt-bindings for Starfive JH7110 SEC_DMA as
the hardware engine will use original ARM PL08X
driver.

Signed-off-by: jiajie.ho <jiajie.ho@starfivetech.com>
Documentation/devicetree/bindings/dma/starfive-pl080.yaml [deleted file]
MAINTAINERS

diff --git a/Documentation/devicetree/bindings/dma/starfive-pl080.yaml b/Documentation/devicetree/bindings/dma/starfive-pl080.yaml
deleted file mode 100644 (file)
index 5a804f4..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
-%YAML 1.2
----
-$id: http://devicetree.org/schemas/crypto/starfive-sec.yaml#
-$schema: http://devicetree.org/meta-schemas/core.yaml#
-
-title: Starfive SEC controller Device Tree Bindings
-
-properties:
-    compatible:
-        const: starfive,jh7110-pl080
-
-    reg:
-        minItem: 1
-
-    reg-names:
-        maxItem: 1
-        const: sec_dma
-
-    interrupts:
-        minItem: 1
-
-    clocks:
-        minItem: 1
-        items:
-            -description:sec_hclk clock
-            -description:sec_ahb clock
-
-    clock-names:
-        minItem: 1
-        items:
-            -const:sec_hclk
-            -const:sec_ahb
-
-    resets:
-        minItem: 1
-        items:
-            -description:sec_hre reset
-
-    reset-names:
-        minItem: 1
-        items:
-            -const:sec_hre
-
-required:
-    - compatible
-    - reg
-    - reg-names
-    - interrupts
-    - clocks
-    - clock-names
-    - resets
-    - reset-names
-
-additionalProperties:false
-
-examples:
-    - |
-        sec_dma: sec_dma@16008000 {
-                       compatible = "starfive,pl080", "arm,pl080";
-                       reg = <0x0 0x16008000 0x0 0x4000>;
-                       reg-names = "sec_dma";
-                       interrupts = <29>;
-                       clocks = <&clkgen JH7110_SEC_HCLK>,
-                                <&clkgen JH7110_SEC_MISCAHB_CLK>;
-                       clock-names = "sec_hclk","sec_ahb";
-                       resets = <&rstgen RSTN_U0_SEC_TOP_HRESETN>;
-                       reset-names = "sec_hre";
-                       lli-bus-interface-ahb1;
-                       mem-bus-interface-ahb1;
-                       memcpy-burst-size = <256>;
-                       memcpy-bus-width = <32>;
-                       #dma-cells = <2>;
-                       status = "disabled";
-               };
index 639e0eb..3ef811f 100644 (file)
@@ -20856,8 +20856,3 @@ STARFIVE JH7110 SDIO
 M:     William Qiu <william.qiu@starfivetech.com>
 S:     Maintained
 F:     Documentation/devicetree/bindings/mmc/starfive,jh7110-sdio.yaml
-
-STARFIVE JH7110 SEC-DMA
-M:     William Qiu <william.qiu@starfivetech.com>
-S:     Maintained
-F:     Documentation/devicetree/bindings/dma/starfive-pl080.yaml