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
| ||
|
Message-ID: <20171129161255.GH24881@lunn.ch> Date: Wed, 29 Nov 2017 17:12:55 +0100 From: Andrew Lunn <andrew@...n.ch> To: netdev@...r.kernel.org Subject: Re: fec driver and two micrel phys > http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/314706.html > > &mac0 { > phy-mode = "rmii"; > phy-handle = <ðphy0>; > pinctrl-names = "default"; > pinctrl-0 = <&mac0_pins_a>; > phy-reset-gpios = <&gpio4 13 0>; > phy-reset-duration = <100>; > status = "okay"; > > mdio { > #address-cells = <1>; > #size-cells = <0>; > > ethphy0: ethernet-phy@1 { > reg = <1>; > }; > > ethphy1: ethernet-phy@3 { > reg = <3>; > }; > }; > }; > > &mac1 { > phy-mode = "rmii"; > phy-handle = <ðphy1>; > pinctrl-names = "default"; > pinctrl-0 = <&mac1_pins_a>; > status = "okay"; > > }; > > Thx for stub me in right direction. Hi Oliver This looks a lot better. Andrew