Commit 8217724e authored by Otto Sabart's avatar Otto Sabart Committed by Rob Herring
Browse files

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: d3c207ee ("dt-bindings: arm: Convert primecell binding to json-schema")
Fixes: 672951cb ("dt-bindings: arm: Convert cpu binding to json-schema")
Signed-off-by: default avatarOtto Sabart <ottosabart@seberm.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent ef4efa14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,4 +235,4 @@ cpus {
===========================================

[1] ARM Linux Kernel documentation - CPUs bindings
    Documentation/devicetree/bindings/arm/cpus.txt
    Documentation/devicetree/bindings/arm/cpus.yaml
+1 −1
Original line number Diff line number Diff line
@@ -684,7 +684,7 @@ cpus {
===========================================

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

[2] ARM Linux Kernel documentation - PSCI bindings
    Documentation/devicetree/bindings/arm/psci.txt
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ SP810 System Controller
Required properties:

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

+1 −1
Original line number Diff line number Diff line
@@ -472,4 +472,4 @@ cpus {

===============================================================================
[1] ARM Linux kernel documentation
    Documentation/devicetree/bindings/arm/cpus.txt
    Documentation/devicetree/bindings/arm/cpus.yaml
+1 −1
Original line number Diff line number Diff line
* ARM PrimeCell Color LCD Controller PL110/PL111

See also Documentation/devicetree/bindings/arm/primecell.txt
See also Documentation/devicetree/bindings/arm/primecell.yaml

Required properties:

Loading