Skip to content

Commit

Permalink
ARM: dts: Fix gmac clock ids due to changes in Exynos5440
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Abraham authored and Kukjin Kim committed Apr 8, 2013
1 parent 5464ac4 commit dce3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
interrupts = <0 31 4>;
interrupt-names = "macirq";
phy-mode = "sgmii";
clocks = <&clock 12>;
clocks = <&clock 25>;
clock-names = "stmmaceth";
};

Expand Down

0 comments on commit dce3b8e

Please sign in to comment.