ARM: psci: Fix indentation in DT bindings
Fix bogus indentation of the PSCI compatible values, reformat. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
b80443c221
commit
414ee536df
|
@ -23,17 +23,20 @@ Main node required properties:
|
||||||
|
|
||||||
- compatible : should contain at least one of:
|
- compatible : should contain at least one of:
|
||||||
|
|
||||||
* "arm,psci" : for implementations complying to PSCI versions prior to
|
* "arm,psci" : For implementations complying to PSCI versions prior
|
||||||
0.2. For these cases function IDs must be provided.
|
to 0.2.
|
||||||
|
For these cases function IDs must be provided.
|
||||||
|
|
||||||
* "arm,psci-0.2" : for implementations complying to PSCI 0.2. Function
|
* "arm,psci-0.2" : For implementations complying to PSCI 0.2.
|
||||||
IDs are not required and should be ignored by an OS with PSCI 0.2
|
Function IDs are not required and should be ignored by
|
||||||
support, but are permitted to be present for compatibility with
|
an OS with PSCI 0.2 support, but are permitted to be
|
||||||
existing software when "arm,psci" is later in the compatible list.
|
present for compatibility with existing software when
|
||||||
|
"arm,psci" is later in the compatible list.
|
||||||
|
|
||||||
* "arm,psci-1.0" : for implementations complying to PSCI 1.0. PSCI 1.0 is
|
* "arm,psci-1.0" : For implementations complying to PSCI 1.0.
|
||||||
backward compatible with PSCI 0.2 with minor specification updates,
|
PSCI 1.0 is backward compatible with PSCI 0.2 with
|
||||||
as defined in the PSCI specification[2].
|
minor specification updates, as defined in the PSCI
|
||||||
|
specification[2].
|
||||||
|
|
||||||
- method : The method of calling the PSCI firmware. Permitted
|
- method : The method of calling the PSCI firmware. Permitted
|
||||||
values are:
|
values are:
|
||||||
|
|
Loading…
Reference in New Issue