diff mbox

ARM: dts: add clock provider for mshc in Exynos4412

Message ID 1388679706-29265-1-git-send-email-tobetter@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Dongjin Kim Jan. 2, 2014, 4:21 p.m. UTC
Add clock lookup information for mshc in Exynos4412.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 arch/arm/boot/dts/exynos4412.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tomasz Figa Jan. 2, 2014, 4:48 p.m. UTC | #1
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

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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";
 	};
 };