Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab3a158c authored by Beomho Seo's avatar Beomho Seo Committed by Kukjin Kim
Browse files

ARM: dts: replace number by macro in clock binding for exynos5420



sss module device node missed clock macro.
This patch replace magic number with macro in clock
binding for exynos5420.

Signed-off-by: default avatarBeomho Seo <beomho.seo@samsung.com>
Reviewed-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent e06e1067
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -759,7 +759,7 @@
		compatible = "samsung,exynos4210-secss";
		compatible = "samsung,exynos4210-secss";
		reg = <0x10830000 0x10000>;
		reg = <0x10830000 0x10000>;
		interrupts = <0 112 0>;
		interrupts = <0 112 0>;
		clocks = <&clock 471>;
		clocks = <&clock CLK_SSS>;
		clock-names = "secss";
		clock-names = "secss";
		samsung,power-domain = <&g2d_pd>;
		samsung,power-domain = <&g2d_pd>;
	};
	};