]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2019 22:18:34 +0000 (15:18 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2019 22:18:34 +0000 (15:18 -0700)
added patches:
arm-dts-exynos-add-minimal-clkout-parameters-to-exynos3250-pmu.patch

queue-4.4/arm-dts-exynos-add-minimal-clkout-parameters-to-exynos3250-pmu.patch [new file with mode: 0644]
queue-4.4/series

diff --git a/queue-4.4/arm-dts-exynos-add-minimal-clkout-parameters-to-exynos3250-pmu.patch b/queue-4.4/arm-dts-exynos-add-minimal-clkout-parameters-to-exynos3250-pmu.patch
new file mode 100644 (file)
index 0000000..75f90e3
--- /dev/null
@@ -0,0 +1,36 @@
+From a66352e005488ecb4b534ba1af58a9f671eba9b8 Mon Sep 17 00:00:00 2001
+From: Marek Szyprowski <m.szyprowski@samsung.com>
+Date: Fri, 15 Feb 2019 11:36:50 +0100
+Subject: ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
+
+From: Marek Szyprowski <m.szyprowski@samsung.com>
+
+commit a66352e005488ecb4b534ba1af58a9f671eba9b8 upstream.
+
+Add minimal parameters needed by the Exynos CLKOUT driver to Exynos3250
+PMU node. This fixes the following warning on boot:
+
+exynos_clkout_init: failed to register clkout clock
+
+Fixes: d19bb397e19e ("ARM: dts: exynos: Update PMU node with CLKOUT related data")
+Cc: <stable@vger.kernel.org>
+Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
+Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ arch/arm/boot/dts/exynos3250.dtsi |    3 +++
+ 1 file changed, 3 insertions(+)
+
+--- a/arch/arm/boot/dts/exynos3250.dtsi
++++ b/arch/arm/boot/dts/exynos3250.dtsi
+@@ -150,6 +150,9 @@
+                       interrupt-controller;
+                       #interrupt-cells = <3>;
+                       interrupt-parent = <&gic>;
++                      clock-names = "clkout8";
++                      clocks = <&cmu CLK_FIN_PLL>;
++                      #clock-cells = <1>;
+               };
+               mipi_phy: video-phy@10020710 {
index 3621b5a12060f5376b223e1476949134539f86cf..a95dfcc2477199fcf7c23739537647a22f3e7ff6 100644 (file)
@@ -115,3 +115,4 @@ input-wacom_serial4-add-support-for-wacom-artpad-ii-tablet.patch
 input-elan_i2c-add-id-for-touchpad-found-in-lenovo-s21e-20.patch
 iscsi_ibft-fix-missing-break-in-switch-statement.patch
 futex-rt_mutex-restructure-rt_mutex_finish_proxy_lock.patch
+arm-dts-exynos-add-minimal-clkout-parameters-to-exynos3250-pmu.patch