Re: [PATCH net-next v2 6/9] dt-bindings: net: oa-tc6: add PHY register access capability
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-10-24 01:21:58
Also in:
linux-devicetree, linux-doc, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-10-24 01:21:58
Also in:
linux-devicetree, linux-doc, lkml
On Mon, Oct 23, 2023 at 09:16:46PM +0530, Parthiban Veerasooran wrote:
Direct PHY Register Access Capability indicates if PHY registers are directly accessible within the SPI register memory space. Indirect PHY Register Access Capability indicates if PHY registers are indirectly accessible through the MDIO/MDC registers MDIOACCn. Signed-off-by: Parthiban Veerasooran <Parthiban.Veerasooran@microchip.com>
It is more normal to put all the bindings into one patch. Again, this seems like configuration, not a description of the hardware. Its also not clear to my why you would want to configure it. Andrew