* [PATCH 3/3] ARM: dts: replace number by macro in clock binding for exynos5420
@ 2014-05-21 8:40 Beomho Seo
0 siblings, 0 replies; only message in thread
From: Beomho Seo @ 2014-05-21 8:40 UTC (permalink / raw)
To: linux-samsung-soc, devicetree, Tomasz Figa, Kukjin Kim,
Naveen Krishna Chatradhi
Cc: Myungjoo Ham, Jaehoon Chung, Chanwoo Choi
sss module device node missed clock macro.
This patch replace magic number with macro in clock
binding for exynos5420.
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
---
arch/arm/boot/dts/exynos5420.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 67ba2c5..1c09c79 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -728,7 +728,7 @@
compatible = "samsung,exynos4210-secss";
reg = <0x10830000 0x10000>;
interrupts = <0 112 0>;
- clocks = <&clock 471>;
+ clocks = <&clock CLK_SSS>;
clock-names = "secss";
samsung,power-domain = <&g2d_pd>;
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-21 8:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 8:40 [PATCH 3/3] ARM: dts: replace number by macro in clock binding for exynos5420 Beomho Seo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.