From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Mon, 3 Feb 2020 17:07:02 +0100 Subject: [PATCH v1] imx: set CONFIG_FEC_MXC_PHYADDR to -1 In-Reply-To: References: <20200131135145.27042-1-oliver.graute@kococonnector.com> <20200203153130.GA687@optiplex> Message-ID: <20200203160702.GA9493@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/02/20, Fabio Estevam wrote: > On Mon, Feb 3, 2020 at 12:33 PM Oliver Graute wrote: > > > Yes, but phy addr 0 is currently not working that way for me. So I tried > > to solve it by autodetecting the phy. Please see this thread: > > Looking at your other patch, it looks like you have: > > + ethphy0: ethernet-phy at 0 { > + compatible = "ethernet-phy-ieee802.3-c22"; > + reg = <6>; > + at803x,eee-disabled; > + at803x,vddio-1p8v; > + }; > > which shows a mismatch between the @0 and the reg field. Building with > W=1 should have warned you about that. > > So it seems you need to fix your dts. thx, I'll fix that on the congatec cgtqmx8 board dts file. The phy issue here was on the advantech imx8qm-rom7720 board. Best regards, Oliver