Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87775394 authored by Abhilash Kesavan's avatar Abhilash Kesavan Committed by Tomasz Figa
Browse files

ARM: dts: exynos5250: Fix MDMA0 clock number



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: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
Acked-by: default avatarMike Turquette <mturquette@linaro.org>
[t.figa: Corrected commit message and description.]
Signed-off-by: default avatarTomasz Figa <t.figa@samsung.com>
parent 8fb9aeb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -559,7 +559,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>;