summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Kumar K <arun.kk@samsung.com>2014-07-11 08:04:03 +0900
committerHyungwon Hwang <human.hwang@samsung.com>2014-12-17 16:18:11 +0900
commit539d36410587fe1af52f7ad14bd38e05585c00d1 (patch)
tree1c1901d21e8b8132563b01d5b1ab8d375a6b2a7c
parentf92537178cfafeaca6f2f7b68a7fea6549eb1c1a (diff)
downloadlinux-3.10-539d36410587fe1af52f7ad14bd38e05585c00d1.tar.gz
linux-3.10-539d36410587fe1af52f7ad14bd38e05585c00d1.tar.bz2
linux-3.10-539d36410587fe1af52f7ad14bd38e05585c00d1.zip
ARM: dts: Add clock property for mfc_pd in exynos5420
Adding the optional clock property for the mfc_pd for handling the re-parenting while pd on/off. Signed-off-by: Arun Kumar K <arun.kk@samsung.com> Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 79e9119d3f8..15957227ffd 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -260,6 +260,9 @@
mfc_pd: power-domain@10044060 {
compatible = "samsung,exynos4210-pd";
reg = <0x10044060 0x20>;
+ clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_SW_ACLK333>,
+ <&clock CLK_MOUT_USER_ACLK333>;
+ clock-names = "oscclk", "pclk0", "clk0";
};
disp_pd: power-domain@100440C0 {