devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: Add the source clock for CLKOUT register as xusbxti
@ 2015-02-24  9:31 Inha Song
  2015-02-24 10:21 ` Chanwoo Choi
  0 siblings, 1 reply; 2+ messages in thread
From: Inha Song @ 2015-02-24  9:31 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: linux-kernel, linux-arm-kernel, devicetree, kgene, linux, galak,
	ijc+devicetree, mark.rutland, pawel.moll, robh+dt, cw00.choi,
	Inha Song

This patch add the CLKOUT register source clock as xusbxti in
PMU (Power Management Unit) dt node on Exynos3250.

Cc: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Inha Song <ideal.song@samsung.com>
---
 arch/arm/boot/dts/exynos3250.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 277b48b..aa1eb8c 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -130,6 +130,9 @@
 		pmu_system_controller: system-controller@10020000 {
 			compatible = "samsung,exynos3250-pmu", "syscon";
 			reg = <0x10020000 0x4000>;
+			#clock-cells = <1>;
+			clock-names = "clkout9";
+			clocks = <&xusbxti>;
 		};
 
 		mipi_phy: video-phy@10020710 {
-- 
2.0.0.390.gcb682f8

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-24 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24  9:31 [PATCH] ARM: dts: Add the source clock for CLKOUT register as xusbxti Inha Song
2015-02-24 10:21 ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).