[PATCH] ARM: dts: Fix PL330 MDMA clock assignment for Exynos4x12
Sylwester Nawrocki
s.nawrocki at samsung.com
Fri Apr 11 07:23:31 PDT 2014
Exynos4212/4412 has different clock for the PL330 MDMA, ensure
the clock is properly assigned for these newer SoCs.
Signed-off-by: Sylwester Nawrocki <s.nawrocki at samsung.com>
Acked-by: Kyungmin Park <kyungmin.park at samsung.com>
---
arch/arm/boot/dts/exynos4x12.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
index c4a9306..19589c6 100644
--- a/arch/arm/boot/dts/exynos4x12.dtsi
+++ b/arch/arm/boot/dts/exynos4x12.dtsi
@@ -243,4 +243,10 @@
clock-names = "biu", "ciu";
status = "disabled";
};
+
+ amba {
+ mdma at 12850000 {
+ clocks = <&clock CLK_MDMA2>;
+ };
+ };
};
--
1.7.9.5
More information about the linux-arm-kernel
mailing list