Skip to content

Commit a40df28

Browse files
mchehabrobherring
authored andcommitted
docs: dt: fix several broken doc references
There are several DT doc references that require manual fixes. I found 3 cases fixed on this patch: - directory named "binding/" instead of "bindings/"; - .txt to .yaml renames; - file renames (still on txt format); Signed-off-by: Mauro Carvalho Chehab <[email protected]> Reviewed-by: Miquel Raynal <[email protected]> Reviewed-by: Jérôme Pouiller <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 54b3719 commit a40df28

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Documentation/devicetree/bindings/mtd/cadence-nand-controller.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Required properties of NAND chips:
2727
- reg: shall contain the native Chip Select ids from 0 to max supported by
2828
the cadence nand flash controller
2929

30-
See Documentation/devicetree/bindings/mtd/nand.txt for more details on
30+
See Documentation/devicetree/bindings/mtd/nand-controller.yaml for more details on
3131
generic bindings.
3232

3333
Example:

Documentation/devicetree/bindings/net/brcm,bcm7445-switch-v4.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Optional properties:
4545
switch queue
4646

4747
- resets: a single phandle and reset identifier pair. See
48-
Documentation/devicetree/binding/reset/reset.txt for details.
48+
Documentation/devicetree/bindings/reset/reset.txt for details.
4949

5050
- reset-names: If the "reset" property is specified, this property should have
5151
the value "switch" to denote the switch reset line.

Documentation/devicetree/bindings/sound/st,stm32-sai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SAI subnodes required properties:
3636
- clock-names: Must contain "sai_ck".
3737
Must also contain "MCLK", if SAI shares a master clock,
3838
with a SAI set as MCLK clock provider.
39-
- dmas: see Documentation/devicetree/bindings/dma/stm32-dma.txt
39+
- dmas: see Documentation/devicetree/bindings/dma/st,stm32-dma.yaml
4040
- dma-names: identifier string for each DMA request line
4141
"tx": if sai sub-block is configured as playback DAI
4242
"rx": if sai sub-block is configured as capture DAI

Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Required properties:
1010
- clock-names: must contain "kclk"
1111
- interrupts: cpu DAI interrupt line
1212
- dmas: DMA specifiers for audio data DMA and iec control flow DMA
13-
See STM32 DMA bindings, Documentation/devicetree/bindings/dma/stm32-dma.txt
13+
See STM32 DMA bindings, Documentation/devicetree/bindings/dma/st,stm32-dma.yaml
1414
- dma-names: two dmas have to be defined, "rx" and "rx-ctrl"
1515

1616
Optional properties:

Documentation/devicetree/bindings/spi/st,stm32-spi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ properties:
4949
dmas:
5050
description: |
5151
DMA specifiers for tx and rx dma. DMA fifo mode must be used. See
52-
the STM32 DMA bindings Documentation/devicetree/bindings/dma/stm32-dma.txt.
52+
the STM32 DMA bindings Documentation/devicetree/bindings/dma/st,stm32-dma.yaml.
5353
items:
5454
- description: rx DMA channel
5555
- description: tx DMA channel

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4474,7 +4474,7 @@ L: [email protected]
44744474
T: git git://linuxtv.org/media_tree.git
44754475
S: Maintained
44764476
F: drivers/media/platform/sunxi/sun6i-csi/
4477-
F: Documentation/devicetree/bindings/media/sun6i-csi.txt
4477+
F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml
44784478

44794479
CW1200 WLAN driver
44804480
M: Solomon Peachy <[email protected]>
@@ -15922,7 +15922,7 @@ F: drivers/*/stm32-*timer*
1592215922
F: drivers/pwm/pwm-stm32*
1592315923
F: include/linux/*/stm32-*tim*
1592415924
F: Documentation/ABI/testing/*timer-stm32
15925-
F: Documentation/devicetree/bindings/*/stm32-*timer*
15925+
F: Documentation/devicetree/bindings/*/*stm32-*timer*
1592615926
F: Documentation/devicetree/bindings/pwm/pwm-stm32*
1592715927

1592815928
STMMAC ETHERNET DRIVER

drivers/staging/wfx/Documentation/devicetree/bindings/net/wireless/siliabs,wfx.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ Some properties are recognized either by SPI and SDIO versions:
9393
Must contains 64 hexadecimal digits. Not supported in current version.
9494

9595
WFx driver also supports `mac-address` and `local-mac-address` as described in
96-
Documentation/devicetree/binding/net/ethernet.txt
96+
Documentation/devicetree/bindings/net/ethernet.txt
9797

0 commit comments

Comments
 (0)