[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8917af7a-82b1-5304-0c35-0efa1f598ba7@cogentembedded.com>
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