ARM: dts: Remove unsused MFC clock from exynos4

Removes the unused sclk_mfc from exynos4 dtsi file.

Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
Arun Kumar K 2013-08-19 04:43:00 +09:00 committed by Kukjin Kim
parent 7763428928
commit 3a0ef8dcdc

View File

@ -248,8 +248,8 @@
reg = <0x13400000 0x10000>; reg = <0x13400000 0x10000>;
interrupts = <0 94 0>; interrupts = <0 94 0>;
samsung,power-domain = <&pd_mfc>; samsung,power-domain = <&pd_mfc>;
clocks = <&clock 170>, <&clock 273>; clocks = <&clock 273>;
clock-names = "sclk_mfc", "mfc"; clock-names = "mfc";
status = "disabled"; status = "disabled";
}; };