diff options
| author | Luca Ceresoli <[email protected]> | 2020-06-11 21:11:41 +0000 |
|---|---|---|
| committer | Moritz Fischer <[email protected]> | 2020-06-19 01:18:22 +0000 |
| commit | d1ddca78f9f603ab70369e76fa2610d7e385c1b8 (patch) | |
| tree | c74a7e0d646b5455335b0e277c6dd7b2d0d36600 /drivers/fpga/xilinx-spi.c | |
| parent | dt-bindings: fpga: xilinx-slave-serial: valid for the 7 Series too (diff) | |
| download | kernel-d1ddca78f9f603ab70369e76fa2610d7e385c1b8.tar.gz kernel-d1ddca78f9f603ab70369e76fa2610d7e385c1b8.zip | |
fpga manager: xilinx-spi: valid for the 7 Series too
The Xilinx 7-series uses the same protocol, mention that.
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-spi.c')
| -rw-r--r-- | drivers/fpga/xilinx-spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/xilinx-spi.c b/drivers/fpga/xilinx-spi.c index 272ee0c22822..79106626c3f8 100644 --- a/drivers/fpga/xilinx-spi.c +++ b/drivers/fpga/xilinx-spi.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Xilinx Spartan6 Slave Serial SPI Driver + * Xilinx Spartan6 and 7 Series Slave Serial SPI Driver * * Copyright (C) 2017 DENX Software Engineering * |
