From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 4/4 v2] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard Date: Mon, 29 Aug 2016 15:21:42 +0200 Message-ID: <201608291521.42823.arnd@arndb.de> References: <1472028758-29272-1-git-send-email-linus.walleij@linaro.org> <1472028758-29272-5-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from mout.kundenserver.de ([212.227.17.24]:58664 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933351AbcH2NWK (ORCPT ); Mon, 29 Aug 2016 09:22:10 -0400 In-Reply-To: <1472028758-29272-5-git-send-email-linus.walleij@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Linus Walleij , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Andy Gross , David Brown , Stephen Boyd , Bjorn Andersson On Wednesday 24 August 2016, Linus Walleij wrote: > + /* > + * An on-board SMSC LAN9221 chip for "debug ethernet", > + * which is actually just an ordinary ethernet on the > + * EBI2. This has a 25MHz chrystal next to it, so no > + * clocking is needed. > + */ > + ethernet-ebi2@2,1b800000 { > + compatible = "smsc,lan9221", "smsc,lan9115"; > + reg = <2 0x0 0x100>; > + /* The unit address does not match the register property here. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 29 Aug 2016 15:21:42 +0200 Subject: [PATCH 4/4 v2] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard In-Reply-To: <1472028758-29272-5-git-send-email-linus.walleij@linaro.org> References: <1472028758-29272-1-git-send-email-linus.walleij@linaro.org> <1472028758-29272-5-git-send-email-linus.walleij@linaro.org> Message-ID: <201608291521.42823.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 24 August 2016, Linus Walleij wrote: > + /* > + * An on-board SMSC LAN9221 chip for "debug ethernet", > + * which is actually just an ordinary ethernet on the > + * EBI2. This has a 25MHz chrystal next to it, so no > + * clocking is needed. > + */ > + ethernet-ebi2 at 2,1b800000 { > + compatible = "smsc,lan9221", "smsc,lan9115"; > + reg = <2 0x0 0x100>; > + /* The unit address does not match the register property here. Arnd