summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-11-06 14:19:09 -0800
committerLaura Abbott <labbott@fedoraproject.org>2015-11-06 14:19:33 -0800
commit6828a7a112ef29fad551371dc466c56a4f0591d8 (patch)
treef3f5d04255d192331acb879f2c77fbfc7492c774
parentcddb783d0db171c0939023825d8233b74184da7a (diff)
downloadkernel-6828a7a112ef29fad551371dc466c56a4f0591d8.tar.gz
kernel-6828a7a112ef29fad551371dc466c56a4f0591d8.tar.xz
kernel-6828a7a112ef29fad551371dc466c56a4f0591d8.zip
Fix ARM dt compilation error
-rw-r--r--Revert-ARM-dts-twl4030-Add-iio-properties-for-bci-su.patch37
-rw-r--r--kernel.spec7
2 files changed, 43 insertions, 1 deletions
diff --git a/Revert-ARM-dts-twl4030-Add-iio-properties-for-bci-su.patch b/Revert-ARM-dts-twl4030-Add-iio-properties-for-bci-su.patch
new file mode 100644
index 000000000..9682813da
--- /dev/null
+++ b/Revert-ARM-dts-twl4030-Add-iio-properties-for-bci-su.patch
@@ -0,0 +1,37 @@
+From ebcb3fbbf9ce01d641e5e0ea7d232a6cc225fb96 Mon Sep 17 00:00:00 2001
+From: Sebastian Reichel <sre@kernel.org>
+Date: Fri, 6 Nov 2015 17:13:50 +0100
+Subject: [PATCH] Revert "ARM: dts: twl4030: Add iio properties for bci
+ subnode"
+
+This reverts commit af19161aaed7ff8d1a52b2e517460f2fa0774e32,
+which breaks the omap3 device tree build due to a wrong reference.
+
+I accidently queued this change via the power supply subsystem while
+telling Marek at the same time, that it should go through Tony's tree.
+Following that I did miss Stephen's messages about the build failure in
+linux-next and since he switched to merging an older snapshot nobody
+else noticed the problem in my tree. I didn't notice myself, since I
+did not build any device tree files assuming none have changed by me.
+
+Signed-off-by: Sebastian Reichel <sre@kernel.org>
+---
+ arch/arm/boot/dts/twl4030.dtsi | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
+index 482b7aa..36ae916 100644
+--- a/arch/arm/boot/dts/twl4030.dtsi
++++ b/arch/arm/boot/dts/twl4030.dtsi
+@@ -22,8 +22,6 @@
+ charger: bci {
+ compatible = "ti,twl4030-bci";
+ interrupts = <9>, <2>;
+- io-channels = <&twl4030_madc 11>;
+- io-channel-name = "vac";
+ bci3v1-supply = <&vusb3v1>;
+ };
+
+--
+2.5.0
+
diff --git a/kernel.spec b/kernel.spec
index b3636e316..bc389604f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -40,7 +40,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -593,6 +593,8 @@ Patch510: 0001-iwlwifi-Add-new-PCI-IDs-for-the-8260-series.patch
#CVE-2015-7990 rhbz 1276437 1276438
Patch511: RDS-fix-race-condition-when-sending-a-message-on-unb.patch
+Patch512: Revert-ARM-dts-twl4030-Add-iio-properties-for-bci-su.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2036,6 +2038,9 @@ fi
#
#
%changelog
+* Fri Nov 06 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc0.git4.2
+- Fix ARM dt compilation error
+
* Fri Nov 06 2015 Laura Abbott <labbott@redhat.com> - 4.4.0-0.rc0.git4.1
- Linux v4.3-7965-gd1e41ff