2021-09-16 09:57:46

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH v2 04/23] dt-bindings: w1: update w1-gpio.yaml reference

Changeset dd2c898bc20b ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema")
renamed: Documentation/devicetree/bindings/w1/w1-gpio.txt
to: Documentation/devicetree/bindings/w1/w1-gpio.yaml.

Update its cross-reference accordingly.

Fixes: dd2c898bc20b ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
Documentation/w1/masters/w1-gpio.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/w1/masters/w1-gpio.rst b/Documentation/w1/masters/w1-gpio.rst
index 18fdb7366372..15236605503b 100644
--- a/Documentation/w1/masters/w1-gpio.rst
+++ b/Documentation/w1/masters/w1-gpio.rst
@@ -11,7 +11,7 @@ Description
GPIO 1-wire bus master driver. The driver uses the GPIO API to control the
wire and the GPIO pin can be specified using GPIO machine descriptor tables.
It is also possible to define the master using device tree, see
-Documentation/devicetree/bindings/w1/w1-gpio.txt
+Documentation/devicetree/bindings/w1/w1-gpio.yaml


Example (mach-at91)
--
2.31.1


2021-09-17 10:10:20

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 04/23] dt-bindings: w1: update w1-gpio.yaml reference

On Thu, 16 Sep 2021 11:55:03 +0200, Mauro Carvalho Chehab wrote:
> Changeset dd2c898bc20b ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema")
> renamed: Documentation/devicetree/bindings/w1/w1-gpio.txt
> to: Documentation/devicetree/bindings/w1/w1-gpio.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: dd2c898bc20b ("dt-bindings: w1: Convert 1-Wire GPIO binding to a schema")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> Documentation/w1/masters/w1-gpio.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!