Phy and sss module device node missed clock macro.
This patch replace magic number with macros in clock
binding for exynos5250.

Signed-off-by: Beomho Seo <[email protected]>
---
 arch/arm/boot/dts/exynos5250.dtsi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi 
b/arch/arm/boot/dts/exynos5250.dtsi
index 3742331..f57dd4b 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -250,7 +250,7 @@
        sata_phy: sata-phy@12170000 {
                compatible = "samsung,exynos5250-sata-phy";
                reg = <0x12170000 0x1ff>;
-               clocks = <&clock 287>;
+               clocks = <&clock CLK_SATA_PHYCTRL>;
                clock-names = "sata_phyctrl";
                #phy-cells = <0>;
                samsung,syscon-phandle = <&pmu_system_controller>;
@@ -733,7 +733,7 @@
                compatible = "samsung,exynos4210-secss";
                reg = <0x10830000 0x10000>;
                interrupts = <0 112 0>;
-               clocks = <&clock 348>;
+               clocks = <&clock CLK_SSS>;
                clock-names = "secss";
        };
 };
-- 
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to