Re: [PATCH] dt-bindings: net: nvidia,tegra234-mgbe: Add missing properties
Rob Herring <[email protected]>
| Newsgroups | org.kernel.vger.linux-tegra,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 16, 2026 at 11:20:01PM +0200, Thierry Reding wrote: > From: Thierry Reding <[email protected]> > > Being a DWMAC derivative, the Tegra234 MGBE supports AXI configuration > nodes named stmmac-axi-config and phandle references to them using the > snps,axi-config property. > > While at it, add the 10gbase-r PHY mode. > > Signed-off-by: Thierry Reding <[email protected]> > --- > This gets rid of the remaining warnings on half of the Tegra234 boards. > > .../devicetree/bindings/net/nvidia,tegra234-mgbe.yaml | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml b/Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml > index 215f14d1897d..dc897e312c55 100644 > --- a/Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml > +++ b/Documentation/devicetree/bindings/net/nvidia,tegra234-mgbe.yaml > @@ -81,8 +81,9 @@ properties: > phy-mode: > contains: > enum: > - - usxgmii > - 10gbase-kr > + - 10gbase-r > + - usxgmii > > mdio: > $ref: mdio.yaml# > @@ -90,6 +91,12 @@ properties: > description: > Optional node for embedded MDIO controller. > > + snps,axi-config: > + $ref: snps,dwmac.yaml#/properties/snps,axi-config > + > + stmmac-axi-config: > + $ref: snps,dwmac.yaml#/properties/stmmac-axi-config You should be referencing the whole snps,dwmac.yaml. Rob