2021-09-16 09:57:29

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH v2 02/23] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference

Changeset 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
renamed: Documentation/devicetree/bindings/net/dsa/sja1105.txt
to: Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml.

Update its cross-reference accordingly.

Fixes: 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
Reviewed-by: Vladimir Oltean <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
Documentation/networking/dsa/sja1105.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/dsa/sja1105.rst b/Documentation/networking/dsa/sja1105.rst
index 564caeebe2b2..29b1bae0cf00 100644
--- a/Documentation/networking/dsa/sja1105.rst
+++ b/Documentation/networking/dsa/sja1105.rst
@@ -296,7 +296,7 @@ not available.
Device Tree bindings and board design
=====================================

-This section references ``Documentation/devicetree/bindings/net/dsa/sja1105.txt``
+This section references ``Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml``
and aims to showcase some potential switch caveats.

RMII PHY role and out-of-band signaling
--
2.31.1


2021-09-17 10:09:57

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 02/23] dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference

On Thu, 16 Sep 2021 11:55:01 +0200, Mauro Carvalho Chehab wrote:
> Changeset 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
> renamed: Documentation/devicetree/bindings/net/dsa/sja1105.txt
> to: Documentation/devicetree/bindings/net/dsa/nxp,sja1105.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: 62568bdbe6f6 ("dt-bindings: net: dsa: sja1105: convert to YAML schema")
> Reviewed-by: Vladimir Oltean <[email protected]>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> Documentation/networking/dsa/sja1105.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!