Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@
		interrupts = <0 31 4>;
		interrupts = <0 31 4>;
		interrupt-names = "macirq";
		interrupt-names = "macirq";
		phy-mode = "sgmii";
		phy-mode = "sgmii";
		clocks = <&clock 12>;
		clocks = <&clock 25>;
		clock-names = "stmmaceth";
		clock-names = "stmmaceth";
	};
	};