diff options
author | Luis Araneda | 2018-07-12 00:10:20 -0400 |
---|---|---|
committer | Michal Simek | 2019-02-15 15:04:00 +0100 |
commit | 9896dc65580ffd9af74659a50157d1741bff016c (patch) | |
tree | cddf8cb8f42587fc7f691d3b53e6e8cbb8ea6d50 /arch/arm/dts/zynq-zed.dts | |
parent | cd6160b9c1bca99df3463ee602a0133f98119be5 (diff) |
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/dts/zynq-zed.dts')
-rw-r--r-- | arch/arm/dts/zynq-zed.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynq-zed.dts b/arch/arm/dts/zynq-zed.dts index c54515d5366..d2b7fc2c994 100644 --- a/arch/arm/dts/zynq-zed.dts +++ b/arch/arm/dts/zynq-zed.dts @@ -7,7 +7,7 @@ #include "zynq-7000.dtsi" / { - model = "Zynq Zed Development Board"; + model = "Avnet ZedBoard board"; compatible = "avnet,zynq-zed", "xlnx,zynq-zed", "xlnx,zynq-7000"; aliases { |