diff options
author | Luis Araneda <luaraneda@gmail.com> | 2018-07-12 07:10:20 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-19 10:55:40 +0300 |
commit | 28432332457b9f9380b8d85a9cd3adae2a59f469 (patch) | |
tree | e3746417cc2609111252616478d3e09a71eeb7cb /arch/arm/boot/dts/zynq-zc702.dts | |
parent | ef4c422d167afcd15c8bae1f841ef59334c1f973 (diff) | |
download | linux-28432332457b9f9380b8d85a9cd3adae2a59f469.tar.xz |
ARM: dts: zynq: correct and improve the model property of dt files
Replace the current value of the model property by a more accurate
description of each board (which includes the manufacturer), as some
of the boards had the same value ("Xilinx Zynq")
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-zc702.dts')
-rw-r--r-- | arch/arm/boot/dts/zynq-zc702.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts index e7a5eec7a5b0..6653e34409cd 100644 --- a/arch/arm/boot/dts/zynq-zc702.dts +++ b/arch/arm/boot/dts/zynq-zc702.dts @@ -7,7 +7,7 @@ #include "zynq-7000.dtsi" / { - model = "Zynq ZC702 Development Board"; + model = "Xilinx ZC702 board"; compatible = "xlnx,zynq-zc702", "xlnx,zynq-7000"; aliases { |