Commit dce3b8ee authored by Thomas Abraham's avatar Thomas Abraham Committed by Kukjin Kim

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: default avatarThomas Abraham <thomas.ab@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 5464ac4c
......@@ -162,7 +162,7 @@ gmac: ethernet@00230000 {
interrupts = <0 31 4>;
interrupt-names = "macirq";
phy-mode = "sgmii";
clocks = <&clock 12>;
clocks = <&clock 25>;
clock-names = "stmmaceth";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment