Skip to content

Commit

Permalink
ARM: dts: replace number by macro in clock binding for exynos5420
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Beomho Seo authored and Kukjin Kim committed May 22, 2014
1 parent e06e106 commit ab3a158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5420.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,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>;
};
Expand Down

0 comments on commit ab3a158

Please sign in to comment.