Skip to content

Commit 8217724

Browse files
sebermrobherring
authored andcommitted
doc: bindings: fix bad reference to ARM CPU bindings
The primecell.txt and cpus.txt files were converted into YAML. This patch updates old references with new ones. Fixes: d3c207e ("dt-bindings: arm: Convert primecell binding to json-schema") Fixes: 672951c ("dt-bindings: arm: Convert cpu binding to json-schema") Signed-off-by: Otto Sabart <ottosabart@seberm.com> Signed-off-by: Rob Herring <robh@kernel.org>
1 parent ef4efa1 commit 8217724

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Documentation/devicetree/bindings/arm/cpu-capacity.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ cpus {
235235
===========================================
236236

237237
[1] ARM Linux Kernel documentation - CPUs bindings
238-
Documentation/devicetree/bindings/arm/cpus.txt
238+
Documentation/devicetree/bindings/arm/cpus.yaml

Documentation/devicetree/bindings/arm/idle-states.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ cpus {
684684
===========================================
685685

686686
[1] ARM Linux Kernel documentation - CPUs bindings
687-
Documentation/devicetree/bindings/arm/cpus.txt
687+
Documentation/devicetree/bindings/arm/cpus.yaml
688688

689689
[2] ARM Linux Kernel documentation - PSCI bindings
690690
Documentation/devicetree/bindings/arm/psci.txt

Documentation/devicetree/bindings/arm/sp810.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SP810 System Controller
44
Required properties:
55

66
- compatible: standard compatible string for a Primecell peripheral,
7-
see Documentation/devicetree/bindings/arm/primecell.txt
7+
see Documentation/devicetree/bindings/arm/primecell.yaml
88
for more details
99
should be: "arm,sp810", "arm,primecell"
1010

Documentation/devicetree/bindings/arm/topology.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,4 +472,4 @@ cpus {
472472

473473
===============================================================================
474474
[1] ARM Linux kernel documentation
475-
Documentation/devicetree/bindings/arm/cpus.txt
475+
Documentation/devicetree/bindings/arm/cpus.yaml

Documentation/devicetree/bindings/display/arm,pl11x.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* ARM PrimeCell Color LCD Controller PL110/PL111
22

3-
See also Documentation/devicetree/bindings/arm/primecell.txt
3+
See also Documentation/devicetree/bindings/arm/primecell.yaml
44

55
Required properties:
66

Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Sub-nodes:
7878
PPI affinity can be expressed as a single "ppi-partitions" node,
7979
containing a set of sub-nodes, each with the following property:
8080
- affinity: Should be a list of phandles to CPU nodes (as described in
81-
Documentation/devicetree/bindings/arm/cpus.txt).
81+
Documentation/devicetree/bindings/arm/cpus.yaml).
8282

8383
GICv3 has one or more Interrupt Translation Services (ITS) that are
8484
used to route Message Signalled Interrupts (MSI) to the CPUs.

0 commit comments

Comments
 (0)