diff options
author | Rob Herring <robh@kernel.org> | 2019-06-17 13:29:33 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-06-27 11:32:51 -0600 |
commit | 5025ef8b7ad8f92699faa70f14fffaf309bb4276 (patch) | |
tree | ebf731bdec8e667d1e4e9f5e50703a0bec2a5b83 /Documentation/arm64 | |
parent | c875a3f847274d4def25d48439f11f6cfd445e80 (diff) |
dt-bindings: arm: Convert PSCI binding to json-schema
Convert the PSCI binding to use DT schema format.
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/arm64')
-rw-r--r-- | Documentation/arm64/booting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm64/booting.txt b/Documentation/arm64/booting.txt index fbab7e21d116..1a87dee739db 100644 --- a/Documentation/arm64/booting.txt +++ b/Documentation/arm64/booting.txt @@ -257,7 +257,7 @@ following manner: processors") to bring CPUs into the kernel. The device tree should contain a 'psci' node, as described in - Documentation/devicetree/bindings/arm/psci.txt. + Documentation/devicetree/bindings/arm/psci.yaml. - Secondary CPU general-purpose register settings x0 = 0 (reserved for future use) |