From: Greg Kroah-Hartman Date: Mon, 11 Mar 2019 22:18:34 +0000 (-0700) Subject: 4.4-stable patches X-Git-Tag: v5.0.2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11f190e21a88663cfbed9ca1d9452211a1afdfca;p=thirdparty%2Fkernel%2Fstable-queue.git 4.4-stable patches added patches: arm-dts-exynos-add-minimal-clkout-parameters-to-exynos3250-pmu.patch --- 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 index 00000000000..75f90e313f5 --- /dev/null +++ b/queue-4.4/arm-dts-exynos-add-minimal-clkout-parameters-to-exynos3250-pmu.patch @@ -0,0 +1,36 @@ +From a66352e005488ecb4b534ba1af58a9f671eba9b8 Mon Sep 17 00:00:00 2001 +From: Marek Szyprowski +Date: Fri, 15 Feb 2019 11:36:50 +0100 +Subject: ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU + +From: Marek Szyprowski + +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: +Signed-off-by: Marek Szyprowski +Signed-off-by: Krzysztof Kozlowski +Signed-off-by: Greg Kroah-Hartman + +--- + 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 { diff --git a/queue-4.4/series b/queue-4.4/series index 3621b5a1206..a95dfcc2477 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -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