From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Gross Subject: Re: [PATCH 2/2 v5] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard Date: Mon, 24 Oct 2016 17:26:34 -0500 Message-ID: <20161024222634.GL3145@hector.attlocal.net> References: <1477347740-10432-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-yw0-f178.google.com ([209.85.161.178]:35829 "EHLO mail-yw0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938921AbcJXW0l (ORCPT ); Mon, 24 Oct 2016 18:26:41 -0400 Received: by mail-yw0-f178.google.com with SMTP id t193so209878521ywc.2 for ; Mon, 24 Oct 2016 15:26:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1477347740-10432-1-git-send-email-linus.walleij@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Stephen Boyd , Bjorn Andersson , David Brown On Tue, Oct 25, 2016 at 12:22:20AM +0200, Linus Walleij wrote: > The SMSC9112 ethernet controller is connected to chip select 2 > on the EBI2 bus on the APQ8060 Dragonboard. We set this up by > activating EBI2, creating a chipselect entry as a subnode, and then > putting the ethernet controller in a subnode of the chipselect. > > After the chipselect is configured, the SMSC device will be > instantiated. > > Signed-off-by: Linus Walleij Thanks. Picked this one up. Andy From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.gross@linaro.org (Andy Gross) Date: Mon, 24 Oct 2016 17:26:34 -0500 Subject: [PATCH 2/2 v5] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard In-Reply-To: <1477347740-10432-1-git-send-email-linus.walleij@linaro.org> References: <1477347740-10432-1-git-send-email-linus.walleij@linaro.org> Message-ID: <20161024222634.GL3145@hector.attlocal.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 25, 2016 at 12:22:20AM +0200, Linus Walleij wrote: > The SMSC9112 ethernet controller is connected to chip select 2 > on the EBI2 bus on the APQ8060 Dragonboard. We set this up by > activating EBI2, creating a chipselect entry as a subnode, and then > putting the ethernet controller in a subnode of the chipselect. > > After the chipselect is configured, the SMSC device will be > instantiated. > > Signed-off-by: Linus Walleij Thanks. Picked this one up. Andy