aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/zynq/patches-4.14
diff options
context:
space:
mode:
authorLuis Araneda <luaraneda@gmail.com>2018-09-01 02:36:09 -0300
committerJohn Crispin <john@phrozen.org>2018-09-10 08:56:16 +0200
commit192838e018d526a51ff8908aebaf9ce07e210dca (patch)
treeb2fcd8ff3a0ca72c4f77dd997f6dc720f5b5999b /target/linux/zynq/patches-4.14
parent412763c81204d0fda0ebb753cb1da78aada34c5b (diff)
downloadupstream-192838e018d526a51ff8908aebaf9ce07e210dca.tar.gz
upstream-192838e018d526a51ff8908aebaf9ce07e210dca.tar.bz2
upstream-192838e018d526a51ff8908aebaf9ce07e210dca.zip
zynq: rename zedboard with correct manufacturer
The board is made by Avnet, so rename it accordingly as upstream has done it Also move the device to maintain alphabetic order Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Diffstat (limited to 'target/linux/zynq/patches-4.14')
-rw-r--r--target/linux/zynq/patches-4.14/022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/target/linux/zynq/patches-4.14/022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch b/target/linux/zynq/patches-4.14/022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch
new file mode 100644
index 0000000000..1f01a0bec6
--- /dev/null
+++ b/target/linux/zynq/patches-4.14/022-v4.19-dts-set-correct-manufacturer-for-ZedBoard-and-MicroZed.patch
@@ -0,0 +1,42 @@
+From ef4c422d167afcd15c8bae1f841ef59334c1f973 Mon Sep 17 00:00:00 2001
+From: Luis Araneda <luaraneda@gmail.com>
+Date: Thu, 12 Jul 2018 00:10:19 -0400
+Subject: [PATCH] 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: Luis Araneda <luaraneda@gmail.com>
+Signed-off-by: Michal Simek <michal.simek@xilinx.com>
+---
+ arch/arm/boot/dts/zynq-microzed.dts | 2 +-
+ arch/arm/boot/dts/zynq-zed.dts | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/arch/arm/boot/dts/zynq-microzed.dts b/arch/arm/boot/dts/zynq-microzed.dts
+index aa4a0b6defb84..574ef22761827 100644
+--- a/arch/arm/boot/dts/zynq-microzed.dts
++++ b/arch/arm/boot/dts/zynq-microzed.dts
+@@ -16,7 +16,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;
+diff --git a/arch/arm/boot/dts/zynq-zed.dts b/arch/arm/boot/dts/zynq-zed.dts
+index 252153913a157..cd93009067266 100644
+--- a/arch/arm/boot/dts/zynq-zed.dts
++++ b/arch/arm/boot/dts/zynq-zed.dts
+@@ -16,7 +16,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;