0cda4af005
Refreshed all patches. Added new patch: - 192-Revert-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch This fixes a bug introduced in upstream 4.14.68 which caused targets using ubifs to produce file-system errors on boot, rendering them useless. Compile-tested on: cns3xxx, imx6, x86_64 Runtime-tested on: cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
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(-)
|
|
|
|
--- 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;
|
|
--- 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;
|