2014-01-02 16:28:43

by Dongjin Kim

[permalink] [raw]
Subject: [PATCH] ARM: dts: add clock provider for mshc in Exynos4412

Add clock lookup information for mshc in Exynos4412.

Signed-off-by: Dongjin Kim <[email protected]>
---
arch/arm/boot/dts/exynos4412.dtsi | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index e743e67..67bef99 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -67,5 +67,7 @@
interrupts = <0 77 0>;
#address-cells = <1>;
#size-cells = <0>;
+ clocks = <&clock 301>, <&clock 149>;
+ clock-names = "biu", "ciu";
};
};
--
1.8.1.2


2014-01-02 16:48:35

by Tomasz Figa

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: add clock provider for mshc in Exynos4412

Hi Dongjin,

On Friday 03 of January 2014 01:21:46 Dongjin Kim wrote:
> Add clock lookup information for mshc in Exynos4412.

Thanks for the patch. However this is already fixed in linux-next.

Best regards,
Tomasz