diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2013-04-08 21:47:02 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-09 01:39:25 +0900 |
commit | dce3b8eef0c1194a66f8df9e34900e8d97201dc6 (patch) | |
tree | 23630bc72ec0a75154073b31ed46943a0a7b8797 /arch/arm/boot/dts/exynos5440.dtsi | |
parent | 5464ac4c259400740a212dd743f84f3f28465358 (diff) | |
download | linux-dce3b8eef0c1194a66f8df9e34900e8d97201dc6.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5440.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5440.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index ed3ee82a122d..80ca2769c6fa 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"; }; |