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
