Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <mchehab+huawei@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/0b415b5e05bcf9d593cb421c96996d914528e732.1631785820.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Rob Herring
bb667205 53182e81

+1 -1
+1 -1
Documentation/w1/masters/w1-gpio.rst
··· 11 11 GPIO 1-wire bus master driver. The driver uses the GPIO API to control the 12 12 wire and the GPIO pin can be specified using GPIO machine descriptor tables. 13 13 It is also possible to define the master using device tree, see 14 - Documentation/devicetree/bindings/w1/w1-gpio.txt 14 + Documentation/devicetree/bindings/w1/w1-gpio.yaml 15 15 16 16 17 17 Example (mach-at91)