]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6: fix fec ptp clock slow 10 time
authorFrank Li <Frank.Li@freescale.com>
Tue, 5 Feb 2013 06:21:06 +0000 (14:21 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 5 Feb 2013 07:11:23 +0000 (15:11 +0800)
ptp should use enet_ref instead of pll6_enet
pll6_enet is fixed 500Mhz.
There are divider between enet_ref and pll6_enet

Signed-off-by: Frank Li <Frank.Li@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q.dtsi

index d6265ca971190b06b2217199d4d98321ddb2d6d8..ff1205ea57190385fefb75fbc320851c669fae1f 100644 (file)
                                compatible = "fsl,imx6q-fec";
                                reg = <0x02188000 0x4000>;
                                interrupts = <0 118 0x04 0 119 0x04>;
-                               clocks = <&clks 117>, <&clks 117>, <&clks 177>;
+                               clocks = <&clks 117>, <&clks 117>, <&clks 190>;
                                clock-names = "ipg", "ahb", "ptp";
                                status = "disabled";
                        };