Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14cd5714 authored by Seungwon Jeon's avatar Seungwon Jeon Committed by Kukjin Kim
Browse files

ARM: dts: add clock provider for mshc node for Exynos4412 SOC



Clock lookup information is required as driver can manipulate
clock rate properly.

Signed-off-by: default avatarSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 86576fbe
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -67,5 +67,7 @@
		interrupts = <0 77 0>;
		interrupts = <0 77 0>;
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;
		clocks = <&clock 301>, <&clock 149>;
		clock-name = "biu", "ciu";
	};
	};
};
};