lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 5 Feb 2013 15:45:53 +0800
From:	Shawn Guo <shawn.guo@...aro.org>
To:	Frank Li <Frank.Li@...escale.com>
CC:	<lznuaa@...il.com>, <linux-arm-kernel@...ts.infradead.org>,
	<B38611@...escale.com>, <s.hauer@...gutronix.de>,
	<netdev@...r.kernel.org>
Subject: Re: [PATCH 1/1] arm: dts: imx6 fix fec ptp clock slow 10 time

On Tue, Feb 05, 2013 at 02:21:06PM +0800, Frank Li wrote:
> 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@...escale.com>

Applied as a fix for 3.8.

Shawn

> ---
>  arch/arm/boot/dts/imx6q.dtsi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi
> index d6265ca..ff1205e 100644
> --- a/arch/arm/boot/dts/imx6q.dtsi
> +++ b/arch/arm/boot/dts/imx6q.dtsi
> @@ -866,7 +866,7 @@
>  				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";
>  			};
> -- 
> 1.7.1
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ