mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
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:
parent
7763428928
commit
3a0ef8dcdc
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user