diff mbox

ARM: dts: Fix gmac clock ids due to changes in Exynos5440

Message ID 2c9401ce342a$0e02d320$2a087960$%kim@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kim Kukjin April 8, 2013, 7:24 a.m. UTC
From: Thomas Abraham <thomas.ab@samsung.com>

The Exynos5440 common clock driver has changed the clock ID's for
some of the clocks. Fix the gmac clock entries in Exynos5440 dtsi
file accordingly.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
 arch/arm/boot/dts/exynos5440.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 5a339f0..7906d5f 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -162,7 +162,7 @@ 
 		interrupts = <0 31 4>;
 		interrupt-names = "macirq";
 		phy-mode = "sgmii";
-		clocks = <&clock 12>;
+		clocks = <&clock 25>;
 		clock-names = "stmmaceth";
 	};