ARM: dts: replace number by macro in clock binding for exynos5420
authorBeomho Seo <beomho.seo@samsung.com>
Thu, 22 May 2014 17:38:48 +0000 (02:38 +0900)
committerHyungwon Hwang <human.hwang@samsung.com>
Wed, 17 Dec 2014 07:18:11 +0000 (16:18 +0900)
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>
Reviewed-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5420.dtsi

index 5a85896..00e9d10 100644 (file)
                compatible = "samsung,exynos4210-secss";
                reg = <0x10830000 0x10000>;
                interrupts = <0 112 0>;
-               clocks = <&clock 471>;
+               clocks = <&clock CLK_SSS>;
                clock-names = "secss";
        };