Commit ef4c422d authored by Luis Araneda's avatar Luis Araneda Committed by Michal Simek
Browse files

ARM: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed boards



Both boards are made by Avnet, Inc. So add an additional
value to the compatible property

Signed-off-by: default avatarLuis Araneda <luaraneda@gmail.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 025ba184
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

/ {
	model = "Zynq MicroZED Development Board";
	compatible = "xlnx,zynq-microzed", "xlnx,zynq-7000";
	compatible = "avnet,zynq-microzed", "xlnx,zynq-microzed", "xlnx,zynq-7000";

	aliases {
		ethernet0 = &gem0;
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

/ {
	model = "Zynq Zed Development Board";
	compatible = "xlnx,zynq-zed", "xlnx,zynq-7000";
	compatible = "avnet,zynq-zed", "xlnx,zynq-zed", "xlnx,zynq-7000";

	aliases {
		ethernet0 = &gem0;