Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
35a8f1a9
Unverified
Commit
35a8f1a9
authored
7 years ago
by
Mark Brown
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'spi/topic/xilinx' into spi-next
parents
977b06d0
a094c2fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Documentation/devicetree/bindings/spi/spi-xilinx.txt
Documentation/devicetree/bindings/spi/spi-xilinx.txt
+1
-1
drivers/spi/spi-xilinx.c
drivers/spi/spi-xilinx.c
+1
-0
No files found.
Documentation/devicetree/bindings/spi/spi-xilinx.txt
View file @
35a8f1a9
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
drivers/spi/spi-xilinx.c
View file @
35a8f1a9
...
...
@@ -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"
,
},
{}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment