diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2020-06-12 00:11:41 +0300 |
---|---|---|
committer | Moritz Fischer <mdf@kernel.org> | 2020-06-19 04:18:22 +0300 |
commit | d1ddca78f9f603ab70369e76fa2610d7e385c1b8 (patch) | |
tree | c74a7e0d646b5455335b0e277c6dd7b2d0d36600 /drivers/fpga/xilinx-spi.c | |
parent | 9d08b9ecbb2c7e0efa124e9a67715336ec0dd174 (diff) | |
download | linux-d1ddca78f9f603ab70369e76fa2610d7e385c1b8.tar.xz |
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 <luca@lucaceresoli.net>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
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 * |