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=-1.0 required=3.0 tests=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 B5768C433DF for ; Wed, 1 Jul 2020 13:30:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9974D206BE for ; Wed, 1 Jul 2020 13:30:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730408AbgGANaa (ORCPT ); Wed, 1 Jul 2020 09:30:30 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:41446 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729770AbgGANaa (ORCPT ); Wed, 1 Jul 2020 09:30:30 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jqcoh-0039RW-1J; Wed, 01 Jul 2020 15:30:23 +0200 Date: Wed, 1 Jul 2020 15:30:23 +0200 From: Andrew Lunn To: Calvin Johnson Cc: Jeremy Linton , Russell King - ARM Linux admin , Jon , Cristi Sovaiala , Ioana Ciornei , Andy Shevchenko , Florian Fainelli , Madalin Bucur , netdev@vger.kernel.org, linux-acpi@vger.kernel.org, linux.cj@gmail.com, Len Brown , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY Message-ID: <20200701133023.GG718441@lunn.ch> References: <20200701061233.31120-1-calvin.johnson@oss.nxp.com> <20200701061233.31120-3-calvin.johnson@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200701061233.31120-3-calvin.johnson@oss.nxp.com> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org > +An example of this is show below:: > + > + Scope(\_SB.MCE0.PR17) // 1G > + { > + Name (_DSD, Package () { > + ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), > + Package () { > + Package (2) {"phy-channel", 1}, > + Package (2) {"phy-mode", "rgmii-id"}, > + Package (2) {"mdio-handle", Package (){\_SB.MDI0}} Please include the MDIO device node in the example, to make it clearer how this linking works. It would also be good to document "phy-mode" in this file. Andrew