diff options
author | Arun Kumar K <arun.kk@samsung.com> | 2013-08-18 21:43:01 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-08-18 21:43:01 +0200 |
commit | 8b6bea33b445f0c96930180a0b9004613f72c6f0 (patch) | |
tree | e71bddc192ed5c89d17703d47e78f8da10a44ccf /arch/arm/boot/dts/exynos5250.dtsi | |
parent | ARM: dts: Remove unsused MFC clock from exynos4 (diff) | |
download | linux-8b6bea33b445f0c96930180a0b9004613f72c6f0.tar.xz linux-8b6bea33b445f0c96930180a0b9004613f72c6f0.zip |
ARM: dts: Update 5250 MFC node
The patch adds the MFC clock entry for the 5250 SoC.
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index f46b06a8fdde..63ef1246b9d5 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -176,6 +176,8 @@ reg = <0x11000000 0x10000>; interrupts = <0 96 0>; samsung,power-domain = <&pd_mfc>; + clocks = <&clock 266>; + clock-names = "mfc"; }; rtc { |