Skip to content

Commit

Permalink
dt-bindings: spi: xilinx: Remove xlnx,num-ss-bits property
Browse files Browse the repository at this point in the history
This property has been removed by commit 102e629
("spi: xilinx: Update devicetree bindings for spi-xilinx") already but get
back by merge commit 8a0be21 ("Merge remote-tracking branch
'xlnx_rebase_v5.4' into master-next-test")
that's why remove it separately.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Apr 16, 2020
1 parent 81566a0 commit 21cbf7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Documentation/devicetree/bindings/spi/spi-xilinx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Required properties:

Optional properties:
- num-cs : Number of chip selects used.
- xlnx,num-ss-bits : Number of chip selects used.
- bits-per-word : Number of bits per word.
- clock-names : Can be one or more strings from "axi_clk", "axi4_clk"
and "spi_clk" depending on IP configurations.
Expand All @@ -27,7 +26,6 @@ Example:
reg = <0x41e00000 0x10000>;
num-cs = <0x1>;
fifo-size = <256>;
xlnx,num-ss-bits = <0x1>;
bits-per-word = <8>;
xlnx,startup-block;
};
Expand Down

0 comments on commit 21cbf7f

Please sign in to comment.