This is a note to let you know that I've just added the patch titled
ARM: dts: exynos5250: Fix MDMA0 clock number
to the 3.12-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-dts-exynos5250-fix-mdma0-clock-number.patch
and it can be found in the queue-3.12 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 8777539479abd7b3efeb691685415dc2b057d0e0 Mon Sep 17 00:00:00 2001
From: Abhilash Kesavan <[email protected]>
Date: Thu, 12 Dec 2013 08:32:02 +0530
Subject: ARM: dts: exynos5250: Fix MDMA0 clock number
From: Abhilash Kesavan <[email protected]>
commit 8777539479abd7b3efeb691685415dc2b057d0e0 upstream.
Due to incorrect clock specified in MDMA0 node, using MDMA0 controller
could cause system failures, due to wrong clock being controlled. This
patch fixes this by specifying correct clock.
Signed-off-by: Abhilash Kesavan <[email protected]>
Acked-by: Mike Turquette <[email protected]>
[t.figa: Corrected commit message and description.]
Signed-off-by: Tomasz Figa <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/arm/boot/dts/exynos5250.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -556,7 +556,7 @@
compatible = "arm,pl330", "arm,primecell";
reg = <0x10800000 0x1000>;
interrupts = <0 33 0>;
- clocks = <&clock 271>;
+ clocks = <&clock 346>;
clock-names = "apb_pclk";
#dma-cells = <1>;
#dma-channels = <8>;
Patches currently in stable-queue which might be from [email protected] are
queue-3.12/arm-dts-exynos5250-fix-mdma0-clock-number.patch
queue-3.12/clk-samsung-exynos5250-add-clk_ignore_unused-flag-for-the-sysreg-clock.patch
queue-3.12/clk-samsung-exynos5250-add-mdma0-clocks.patch
queue-3.12/clk-samsung-exynos5250-fix-acp-gate-register-offset.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html