]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: i.MX27: Remove optional "ptp" clock source for FEC
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 20 Jul 2013 07:17:55 +0000 (11:17 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:38 +0000 (23:29 +0800)
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>
arch/arm/boot/dts/imx27.dtsi

index e9d60ab4650d6820ddc4a85e1a91d6d541892316..7cf954bbe4bb9148d73d2ebd6cf505516a3e308d 100644 (file)
                                compatible = "fsl,imx27-fec";
                                reg = <0x1002b000 0x4000>;
                                interrupts = <50>;
-                               clocks = <&clks 48>, <&clks 67>, <&clks 0>;
-                               clock-names = "ipg", "ahb", "ptp";
+                               clocks = <&clks 48>, <&clks 67>;
+                               clock-names = "ipg", "ahb";
                                status = "disabled";
                        };
                };