ARM: dts: replace number by macro in clock binding for exynos5420
authorBeomho Seo <[email protected]>
Thu, 22 May 2014 17:38:48 +0000 (02:38 +0900)
committerKukjin Kim <[email protected]>
Thu, 22 May 2014 17:38:48 +0000 (02:38 +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 <[email protected]>
Reviewed-by: Sachin Kamat <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/boot/dts/exynos5420.dtsi

index 859d9b4a5c17c1bb33e9b3017dbc7e8fee3f9e28..40ce051baf5b398309c4346837e0076677d2f413 100644 (file)
                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>;
        };