Skip to content

Commit

Permalink
Merge remote-tracking branch 'spi/topic/xilinx' into spi-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Jan 26, 2018
2 parents 977b06d + a094c2f commit 35a8f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/spi/spi-xilinx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Xilinx SPI controller Device Tree Bindings
-------------------------------------------------

Required properties:
- compatible : Should be "xlnx,xps-spi-2.00.a" or "xlnx,xps-spi-2.00.b"
- compatible : Should be "xlnx,xps-spi-2.00.a", "xlnx,xps-spi-2.00.b" or "xlnx,axi-quad-spi-1.00.a"
- reg : Physical base address and size of SPI registers map.
- interrupts : Property with a value describing the interrupt
number.
Expand Down
1 change: 1 addition & 0 deletions drivers/spi/spi-xilinx.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ static int xilinx_spi_find_buffer_size(struct xilinx_spi *xspi)
}

static const struct of_device_id xilinx_spi_of_match[] = {
{ .compatible = "xlnx,axi-quad-spi-1.00.a", },
{ .compatible = "xlnx,xps-spi-2.00.a", },
{ .compatible = "xlnx,xps-spi-2.00.b", },
{}
Expand Down

0 comments on commit 35a8f1a

Please sign in to comment.