diff mbox series

[2/6] dt-bindings: spi: Delete spi-dw.txt

Message ID 1575907443-26377-3-git-send-email-wan.ahmad.zainie.wan.mohamad@intel.com (mailing list archive)
State New, archived
Headers show
Series spi: dw: Add support for DesignWare DWC_ssi | expand

Commit Message

Wan Ahmad Zainie Dec. 9, 2019, 4:03 p.m. UTC
From: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>

This patch will delete the file spi-dw.txt since compatible string
"snps,designware-spi" is not being used anywhere.

Signed-off-by: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>
---
 Documentation/devicetree/bindings/spi/spi-dw.txt | 24 ------------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/spi/spi-dw.txt
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/spi/spi-dw.txt b/Documentation/devicetree/bindings/spi/spi-dw.txt
deleted file mode 100644
index 7b63ed601990..000000000000
--- a/Documentation/devicetree/bindings/spi/spi-dw.txt
+++ /dev/null
@@ -1,24 +0,0 @@ 
-Synopsys DesignWare SPI master
-
-Required properties:
-- compatible: should be "snps,designware-spi"
-- #address-cells: see spi-bus.txt
-- #size-cells: see spi-bus.txt
-- reg: address and length of the spi master registers
-- interrupts: should contain one interrupt
-- clocks: spi clock phandle
-- num-cs: see spi-bus.txt
-
-Optional properties:
-- cs-gpios: see spi-bus.txt
-
-Example:
-
-spi: spi@4020a000 {
-	compatible = "snps,designware-spi";
-	interrupts = <11 1>;
-	reg = <0x4020a000 0x1000>;
-	clocks = <&pclk>;
-	num-cs = <2>;
-	cs-gpios = <&banka 0 0>;
-};