Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Rob Herring
414ee536 b80443c2

+12 -9
+12 -9
Documentation/devicetree/bindings/arm/psci.txt
··· 23 23 24 24 - compatible : should contain at least one of: 25 25 26 - * "arm,psci" : for implementations complying to PSCI versions prior to 27 - 0.2. For these cases function IDs must be provided. 26 + * "arm,psci" : For implementations complying to PSCI versions prior 27 + to 0.2. 28 + For these cases function IDs must be provided. 28 29 29 - * "arm,psci-0.2" : for implementations complying to PSCI 0.2. Function 30 - IDs are not required and should be ignored by an OS with PSCI 0.2 31 - support, but are permitted to be present for compatibility with 32 - existing software when "arm,psci" is later in the compatible list. 30 + * "arm,psci-0.2" : For implementations complying to PSCI 0.2. 31 + Function IDs are not required and should be ignored by 32 + an OS with PSCI 0.2 support, but are permitted to be 33 + present for compatibility with existing software when 34 + "arm,psci" is later in the compatible list. 33 35 34 - * "arm,psci-1.0" : for implementations complying to PSCI 1.0. PSCI 1.0 is 35 - backward compatible with PSCI 0.2 with minor specification updates, 36 - as defined in the PSCI specification[2]. 36 + * "arm,psci-1.0" : For implementations complying to PSCI 1.0. 37 + PSCI 1.0 is backward compatible with PSCI 0.2 with 38 + minor specification updates, as defined in the PSCI 39 + specification[2]. 37 40 38 41 - method : The method of calling the PSCI firmware. Permitted 39 42 values are: