]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.9-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Aug 2017 16:12:00 +0000 (09:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Aug 2017 16:12:00 +0000 (09:12 -0700)
added patches:
revert-arm-dts-sun8i-support-dtb-build-for-nanopi-m1.patch

queue-4.9/revert-arm-dts-sun8i-support-dtb-build-for-nanopi-m1.patch [new file with mode: 0644]
queue-4.9/series

diff --git a/queue-4.9/revert-arm-dts-sun8i-support-dtb-build-for-nanopi-m1.patch b/queue-4.9/revert-arm-dts-sun8i-support-dtb-build-for-nanopi-m1.patch
new file mode 100644 (file)
index 0000000..dec13f4
--- /dev/null
@@ -0,0 +1,29 @@
+From ef355037dbdb67ae5433980edaad5d9d90112791 Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Sat, 12 Aug 2017 09:08:48 -0700
+Subject: [PATCH] Revert "ARM: dts: sun8i: Support DTB build for NanoPi M1"
+
+This reverts commit 1e9e71782f3462d5aecb0720d26298253bdbeca7 which is
+commit 661ccdc1a95f18ab6c1373322fde09afd5b90a1f upstream.
+
+It's not needed in 4.9, and it breaks the build.
+
+Reported-by: Guenter Roeck <linux@roeck-us.net>
+Cc: Milo Kim <woogyom.kim@gmail.com>
+Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
+Cc: Sasha Levin <alexander.levin@verizon.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ arch/arm/boot/dts/Makefile |    1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/arch/arm/boot/dts/Makefile
++++ b/arch/arm/boot/dts/Makefile
+@@ -820,7 +820,6 @@ dtb-$(CONFIG_MACH_SUN8I) += \
+       sun8i-a83t-allwinner-h8homlet-v2.dtb \
+       sun8i-a83t-cubietruck-plus.dtb \
+       sun8i-h3-bananapi-m2-plus.dtb \
+-      sun8i-h3-nanopi-m1.dtb  \
+       sun8i-h3-nanopi-neo.dtb \
+       sun8i-h3-orangepi-2.dtb \
+       sun8i-h3-orangepi-lite.dtb \
index f33a70b218668e00b9bacd5ae6fc12e529bfb927..69984b205ac13158f9638c5e0cd509f219061448 100644 (file)
@@ -14,3 +14,4 @@ revert-ipv4-should-use-consistent-conditional-judgement-for-ip-fragment-in-__ip_
 udp-consistently-apply-ufo-or-fragmentation.patch
 sparc64-prevent-perf-from-running-during-super-critical-sections.patch
 kvm-arm-arm64-handle-hva-aging-while-destroying-the-vm.patch
+revert-arm-dts-sun8i-support-dtb-build-for-nanopi-m1.patch