From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1740BC4727E for ; Wed, 7 Oct 2020 21:01:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D9F872083B for ; Wed, 7 Oct 2020 21:01:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728284AbgJGVBi (ORCPT ); Wed, 7 Oct 2020 17:01:38 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:48716 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726013AbgJGVBh (ORCPT ); Wed, 7 Oct 2020 17:01:37 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kQGZ4-000bBm-A7; Wed, 07 Oct 2020 23:01:34 +0200 Date: Wed, 7 Oct 2020 23:01:34 +0200 From: Andrew Lunn To: Vivek Unune Cc: devicetree@vger.kernel.org, Hauke Mehrtens , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , linux-kernel@vger.kernel.org, Rob Herring , bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] ARM: dts: BCM5301X: Linksys EA9500 make use of pinctrl Message-ID: <20201007210134.GD112961@lunn.ch> References: <6687de05226dd055ee362933d4841a12b038792d.1601655904.git.npcomplete13@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6687de05226dd055ee362933d4841a12b038792d.1601655904.git.npcomplete13@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 07, 2020 at 03:01:50PM -0400, Vivek Unune wrote: > Forgo the use of mmioreg mdio mux infavor of the pinctrl Hi Vivek Could you add some more details please. I don't know this hardware. I'm assuming there are two MDIO busses, external as talked about in the comments, and an internal one? And for this hardware you only need one of them? But i don't see what pinmux has to do with this? Thanks Andrew