Browse Source

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

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>
Thomas Abraham 12 years ago
parent
commit
dce3b8eef0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/exynos5440.dtsi

+ 1 - 1
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";
 	};