aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-07-20 03:17:55 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-08-22 11:29:38 -0400
commitc0b357c042c8067324bdf38df5d3943dc6051221 (patch)
tree3b0cc059c9b77be641f1daa5fe4e01f1313b0c28
parent3c0e2a227e5e7d06cd3e053fac8604ee38fc2422 (diff)
ARM: dts: i.MX27: Remove optional "ptp" clock source for FEC
Patch removes optional "ptp" clock source for FEC. This clock is missing in i.MX27. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx27.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index e9d60ab4650d..7cf954bbe4bb 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -428,8 +428,8 @@
428 compatible = "fsl,imx27-fec"; 428 compatible = "fsl,imx27-fec";
429 reg = <0x1002b000 0x4000>; 429 reg = <0x1002b000 0x4000>;
430 interrupts = <50>; 430 interrupts = <50>;
431 clocks = <&clks 48>, <&clks 67>, <&clks 0>; 431 clocks = <&clks 48>, <&clks 67>;
432 clock-names = "ipg", "ahb", "ptp"; 432 clock-names = "ipg", "ahb";
433 status = "disabled"; 433 status = "disabled";
434 }; 434 };
435 }; 435 };