Skip to content

Commit 34962fb

Browse files
committed
docs: Fix more broken references
As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix Manually checked that produced results are valid. Acked-by: Matthias Brugger <matthias.bgg@gmail.com> Acked-by: Takashi Iwai <tiwai@suse.de> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
1 parent a78513c commit 34962fb

File tree

23 files changed

+41
-41
lines changed

23 files changed

+41
-41
lines changed

Documentation/devicetree/bindings/clock/st/st,clkgen.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ This binding uses the common clock binding[1].
3131
Each subnode should use the binding described in [2]..[7]
3232

3333
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
34-
[3] Documentation/devicetree/bindings/clock/st,clkgen-mux.txt
35-
[4] Documentation/devicetree/bindings/clock/st,clkgen-pll.txt
36-
[7] Documentation/devicetree/bindings/clock/st,quadfs.txt
37-
[8] Documentation/devicetree/bindings/clock/st,flexgen.txt
34+
[3] Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt
35+
[4] Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt
36+
[7] Documentation/devicetree/bindings/clock/st/st,quadfs.txt
37+
[8] Documentation/devicetree/bindings/clock/st/st,flexgen.txt
3838

3939

4040
Required properties:

Documentation/devicetree/bindings/clock/ti/gate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ will be controlled instead and the corresponding hw-ops for
1010
that is used.
1111

1212
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
13-
[2] Documentation/devicetree/bindings/clock/gate-clock.txt
13+
[2] Documentation/devicetree/bindings/clock/gpio-gate-clock.txt
1414
[3] Documentation/devicetree/bindings/clock/ti/clockdomain.txt
1515

1616
Required properties:

Documentation/devicetree/bindings/clock/ti/interface.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ companion clock finding (match corresponding functional gate
99
clock) and hardware autoidle enable / disable.
1010

1111
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
12-
[2] Documentation/devicetree/bindings/clock/gate-clock.txt
12+
[2] Documentation/devicetree/bindings/clock/gpio-gate-clock.txt
1313

1414
Required properties:
1515
- compatible : shall be one of:

Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Required properties:
88
"intermediate" - A parent of "cpu" clock which is used as "intermediate" clock
99
source (usually MAINPLL) when the original CPU PLL is under
1010
transition and not stable yet.
11-
Please refer to Documentation/devicetree/bindings/clk/clock-bindings.txt for
11+
Please refer to Documentation/devicetree/bindings/clock/clock-bindings.txt for
1212
generic clock consumer properties.
1313
- operating-points-v2: Please refer to Documentation/devicetree/bindings/opp/opp.txt
1414
for detail.

Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Required properties:
1212
- clocks: Phandles for clock specified in "clock-names" property
1313
- clock-names : The name of clock used by the DFI, must be
1414
"pclk_ddr_mon";
15-
- operating-points-v2: Refer to Documentation/devicetree/bindings/power/opp.txt
15+
- operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp.txt
1616
for details.
1717
- center-supply: DMC supply node.
1818
- status: Marks the node enabled/disabled.

Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Optional properties:
3434
- mali-supply : Phandle to regulator for the Mali device. Refer to
3535
Documentation/devicetree/bindings/regulator/regulator.txt for details.
3636

37-
- operating-points-v2 : Refer to Documentation/devicetree/bindings/power/opp.txt
37+
- operating-points-v2 : Refer to Documentation/devicetree/bindings/opp/opp.txt
3838
for details.
3939

4040

Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Optional properties:
4444

4545
- memory-region:
4646
Memory region to allocate from, as defined in
47-
Documentation/devicetree/bindi/reserved-memory/reserved-memory.txt
47+
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
4848

4949
- mali-supply:
5050
Phandle to regulator for the Mali device, as defined in

Documentation/devicetree/bindings/mfd/mt6397.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MT6397/MT6323 is a multifunction device with the following sub modules:
1212
It is interfaced to host controller using SPI interface by a proprietary hardware
1313
called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap.
1414
See the following for pwarp node definitions:
15-
Documentation/devicetree/bindings/soc/pwrap.txt
15+
Documentation/devicetree/bindings/soc/mediatek/pwrap.txt
1616

1717
This document describes the binding for MFD device and its sub module.
1818

Documentation/devicetree/bindings/mfd/sun6i-prcm.txt

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

1010
The prcm node may contain several subdevices definitions:
1111
- see Documentation/devicetree/clk/sunxi.txt for clock devices
12-
- see Documentation/devicetree/reset/allwinner,sunxi-clock-reset.txt for reset
12+
- see Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt for reset
1313
controller devices
1414

1515

Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Required properties for a slot (Deprecated - Recommend to use one slot per host)
6262
rest of the gpios (depending on the bus-width property) are the data lines in
6363
no particular order. The format of the gpio specifier depends on the gpio
6464
controller.
65-
(Deprecated - Refer to Documentation/devicetree/binding/pinctrl/samsung-pinctrl.txt)
65+
(Deprecated - Refer to Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt)
6666

6767
Example:
6868

0 commit comments

Comments
 (0)