Skip to content

Commit d985bec

Browse files
mchehabrobherring
authored andcommitted
dt: fix broken links due to txt->yaml renames
There are some new broken doc links due to yaml renames at DT. Developers should really run: ./scripts/documentation-file-ref-check in order to solve those issues while submitting patches. This tool can even fix most of the issues with: ./scripts/documentation-file-ref-check --fix Acked-by: Thomas Bogendoerfer <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/0e4a7f0b7efcc8109c8a41a2e13c8adde4d9c6b9.1592203542.git.mchehab+huawei@kernel.org Signed-off-by: Rob Herring <[email protected]>
1 parent f2d94b8 commit d985bec

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Documentation/devicetree/bindings/display/bridge/sii902x.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Optional properties:
3737
simple-card or audio-graph-card binding. See their binding
3838
documents on how to describe the way the sii902x device is
3939
connected to the rest of the audio system:
40-
Documentation/devicetree/bindings/sound/simple-card.txt
40+
Documentation/devicetree/bindings/sound/simple-card.yaml
4141
Documentation/devicetree/bindings/sound/audio-graph-card.txt
4242
Note: In case of the audio-graph-card binding the used port
4343
index should be 3.

Documentation/devicetree/bindings/display/rockchip/rockchip-drm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ properties:
2424
description: |
2525
Should contain a list of phandles pointing to display interface port
2626
of vop devices. vop definitions as defined in
27-
Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
27+
Documentation/devicetree/bindings/display/rockchip/rockchip-vop.yaml
2828
2929
required:
3030
- compatible

Documentation/devicetree/bindings/net/mediatek-bluetooth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MediaTek SoC built-in Bluetooth Devices
33

44
This device is a serial attached device to BTIF device and thus it must be a
55
child node of the serial node with BTIF. The dt-bindings details for BTIF
6-
device can be known via Documentation/devicetree/bindings/serial/8250.txt.
6+
device can be known via Documentation/devicetree/bindings/serial/8250.yaml.
77

88
Required properties:
99

Documentation/devicetree/bindings/sound/audio-graph-card.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It is based on common bindings for device graphs.
55
see ${LINUX}/Documentation/devicetree/bindings/graph.txt
66

77
Basically, Audio Graph Card property is same as Simple Card.
8-
see ${LINUX}/Documentation/devicetree/bindings/sound/simple-card.txt
8+
see ${LINUX}/Documentation/devicetree/bindings/sound/simple-card.yaml
99

1010
Below are same as Simple-Card.
1111

Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ codec or external codecs.
55

66
sti sound drivers allows to expose sti SoC audio interface through the
77
generic ASoC simple card. For details about sound card declaration please refer to
8-
Documentation/devicetree/bindings/sound/simple-card.txt.
8+
Documentation/devicetree/bindings/sound/simple-card.yaml.
99

1010
1) sti-uniperiph-dai: audio dai device.
1111
---------------------------------------

Documentation/mips/ingenic-tcu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ and frameworks can be controlled from the same registers, all of these
6868
drivers access their registers through the same regmap.
6969

7070
For more information regarding the devicetree bindings of the TCU drivers,
71-
have a look at Documentation/devicetree/bindings/timer/ingenic,tcu.txt.
71+
have a look at Documentation/devicetree/bindings/timer/ingenic,tcu.yaml.

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3946,7 +3946,7 @@ L: [email protected]
39463946
S: Supported
39473947
F: drivers/char/hw_random/cctrng.c
39483948
F: drivers/char/hw_random/cctrng.h
3949-
F: Documentation/devicetree/bindings/rng/arm-cctrng.txt
3949+
F: Documentation/devicetree/bindings/rng/arm-cctrng.yaml
39503950
W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
39513951

39523952
CEC FRAMEWORK
@@ -5490,7 +5490,7 @@ F: include/uapi/drm/r128_drm.h
54905490
DRM DRIVER FOR RAYDIUM RM67191 PANELS
54915491
M: Robert Chiras <[email protected]>
54925492
S: Maintained
5493-
F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.txt
5493+
F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
54945494
F: drivers/gpu/drm/panel/panel-raydium-rm67191.c
54955495

54965496
DRM DRIVER FOR ROCKTECH JH057N00900 PANELS

0 commit comments

Comments
 (0)