[PATCH 2/3] dt-bindings: xilinx: Remove description for SystemACE

Michal Simek posted 3 patches 1 year ago
[PATCH 2/3] dt-bindings: xilinx: Remove description for SystemACE
Posted by Michal Simek 1 year ago
SystemACE driver has been removed by commit 2907f851f64a ("xsysace: Remove
SYSACE driver") that's why there is no reason to keep description in
xilinx.txt file.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 Documentation/devicetree/bindings/xilinx.txt | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Documentation/devicetree/bindings/xilinx.txt b/Documentation/devicetree/bindings/xilinx.txt
index 6af9b67f9252..b788c9928710 100644
--- a/Documentation/devicetree/bindings/xilinx.txt
+++ b/Documentation/devicetree/bindings/xilinx.txt
@@ -102,15 +102,6 @@
                                            Default is <d#1024 d#480>.
        - rotate-display (empty) : rotate display 180 degrees.
 
-      ii) Xilinx SystemACE
-
-      The Xilinx SystemACE device is used to program FPGAs from an FPGA
-      bitstream stored on a CF card.  It can also be used as a generic CF
-      interface device.
-
-      Optional properties:
-       - 8-bit (empty) : Set this property for SystemACE in 8 bit mode
-
       iii) Xilinx EMAC and Xilinx TEMAC
 
       Xilinx Ethernet devices.  In addition to general xilinx properties
-- 
2.43.0
Re: [PATCH 2/3] dt-bindings: xilinx: Remove description for SystemACE
Posted by Rob Herring (Arm) 1 year ago
On Mon, 03 Feb 2025 17:28:39 +0100, Michal Simek wrote:
> SystemACE driver has been removed by commit 2907f851f64a ("xsysace: Remove
> SYSACE driver") that's why there is no reason to keep description in
> xilinx.txt file.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>  Documentation/devicetree/bindings/xilinx.txt | 9 ---------
>  1 file changed, 9 deletions(-)
> 

Applied, thanks!