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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 20 Jun 2016 15:56:10 +0300
From:	Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To:	Sascha Hauer <s.hauer@...gutronix.de>, netdev@...r.kernel.org,
	f.fainelli@...il.com, johan@...nel.org, bth@...strup.dk
Subject: Re: Micrel Phy KSZ8031 clock select setting in dts

Hello.

On 6/20/2016 3:08 PM, Oliver Graute wrote:

> thx you both for confirming that. Can you tell me also if the clock
> statement s fine in my dts?
>
> &fec1 {
> 	pinctrl-names = "default";
> 	pinctrl-0 = <&pinctrl_enet1>;
> 	phy-mode = "rmii";
> 	micrel,rmii-reference-clock-select-25-mhz;
> 	clocks,rmii-ref;

    You need:

	clocks = <&your_clock>;
	clock-names = "rmii-ref";

in the PHY node (not the MAC node as you did).

[...]

> Best regards,
>
> Oliver

MBR, Sergei

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ