Re: [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

From: Andrew Lunn
Date: Wed Jul 01 2020 - 09:30:32 EST


> +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