diff options
author | Luis Araneda <luaraneda@gmail.com> | 2018-07-12 00:10:21 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-19 09:55:46 +0200 |
commit | affd195ed4e8d01d735a53389bc724eb5d2c0bca (patch) | |
tree | 0cb3530f690b8dc39305b0672e0e8ae9e13cf8de | |
parent | 28432332457b9f9380b8d85a9cd3adae2a59f469 (diff) | |
download | linux-affd195ed4e8d01d735a53389bc724eb5d2c0bca.tar.bz2 |
dt-bindings: xilinx: zynq: Improve boards description
Change the description of some boards to make it similar
to the value of the model property from their respective
device-tree, using the format "<manufacturer> <model>"
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/xilinx.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/xilinx.txt b/Documentation/devicetree/bindings/arm/xilinx.txt index b9043bc35c14..4f1759b2bea7 100644 --- a/Documentation/devicetree/bindings/arm/xilinx.txt +++ b/Documentation/devicetree/bindings/arm/xilinx.txt @@ -8,10 +8,10 @@ Required root node properties: Additional compatible strings: -- Xilinx internal board cc108 +- Xilinx CC108 internal board "xlnx,zynq-cc108" -- Xilinx internal board zc770 with different FMC cards +- Xilinx ZC770 internal board, with different FMC cards "xlnx,zynq-zc770-xm010" "xlnx,zynq-zc770-xm011" "xlnx,zynq-zc770-xm012" |