Message ID | 20180712041024.20583-4-luaraneda@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
On Thu, Jul 12, 2018 at 12:10:21AM -0400, Luis Araneda wrote: > 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> > --- > Documentation/devicetree/bindings/arm/xilinx.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Rob Herring <robh@kernel.org>
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"
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> --- Documentation/devicetree/bindings/arm/xilinx.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)