Skip to content

Commit 9ac2a66

Browse files
mchehabrobherring
authored andcommitted
dt: Fix broken references to renamed docs
Some files got renamed. Those were all fixed automatically by ./scripts/documentation-file-ref-check --fix Reviewed-by: Philipp Zabel <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/6866c0d6d10ce36bb151c2d3752a20eb5122c532.1592203542.git.mchehab+huawei@kernel.org Signed-off-by: Rob Herring <[email protected]>
1 parent d985bec commit 9ac2a66

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Required properties:
4747
&lsio_mu1 1 2
4848
&lsio_mu1 1 3
4949
&lsio_mu1 3 3>;
50-
See Documentation/devicetree/bindings/mailbox/fsl,mu.txt
50+
See Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
5151
for detailed mailbox binding.
5252

5353
Note: Each mu which supports general interrupt should have an alias correctly

Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Required properties:
6868
datasheet
6969
- clocks : phandle to the PRE axi clock input, as described
7070
in Documentation/devicetree/bindings/clock/clock-bindings.txt and
71-
Documentation/devicetree/bindings/clock/imx6q-clock.txt.
71+
Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
7272
- clock-names: should be "axi"
7373
- interrupts: should contain the PRE interrupt
7474
- fsl,iram: phandle pointing to the mmio-sram device node, that should be
@@ -94,7 +94,7 @@ Required properties:
9494
datasheet
9595
- clocks : phandles to the PRG ipg and axi clock inputs, as described
9696
in Documentation/devicetree/bindings/clock/clock-bindings.txt and
97-
Documentation/devicetree/bindings/clock/imx6q-clock.txt.
97+
Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
9898
- clock-names: should be "ipg" and "axi"
9999
- fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
100100
PRE as the first entry and the muxable PREs following.

Documentation/devicetree/bindings/display/imx/ldb.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Required properties:
3030
"di2_sel" - IPU2 DI0 mux
3131
"di3_sel" - IPU2 DI1 mux
3232
The needed clock numbers for each are documented in
33-
Documentation/devicetree/bindings/clock/imx5-clock.txt, and in
34-
Documentation/devicetree/bindings/clock/imx6q-clock.txt.
33+
Documentation/devicetree/bindings/clock/imx5-clock.yaml, and in
34+
Documentation/devicetree/bindings/clock/imx6q-clock.yaml.
3535

3636
Optional properties:
3737
- pinctrl-names : should be "default" on i.MX53, not used on i.MX6q

Documentation/devicetree/bindings/spi/qcom,spi-geni-qcom.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Required properties:
1919

2020
SPI Controller nodes must be child of GENI based Qualcomm Universal
2121
Peripharal. Please refer GENI based QUP wrapper controller node bindings
22-
described in Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt.
22+
described in Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml.
2323

2424
SPI slave nodes must be children of the SPI master node and conform to SPI bus
2525
binding as described in Documentation/devicetree/bindings/spi/spi-bus.txt.

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14561,8 +14561,8 @@ RENESAS R-CAR THERMAL DRIVERS
1456114561
M: Niklas Söderlund <[email protected]>
1456214562
1456314563
S: Supported
14564-
F: Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
14565-
F: Documentation/devicetree/bindings/thermal/rcar-thermal.txt
14564+
F: Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
14565+
F: Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
1456614566
F: drivers/thermal/rcar_gen3_thermal.c
1456714567
F: drivers/thermal/rcar_thermal.c
1456814568

0 commit comments

Comments
 (0)