Lines Matching +full:entry +full:- +full:method
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
15 processors") can be used by Linux to initiate various CPU-centric power
25 r0 => 32-bit Function ID / return value
26 {r1 - r3} => Parameters
37 - description:
41 - description:
43 const: arm,psci-0.2
45 - description:
52 - const: arm,psci-0.2
53 - const: arm,psci
55 - description:
57 const: arm,psci-1.0
59 - description:
64 - const: arm,psci-1.0
65 - const: arm,psci-0.2
67 method:
68 description: The method of calling the PSCI firmware.
70 - $ref: /schemas/types.yaml#/definitions/string-array
71 - enum:
73 - smc
75 - hvc
93 arm,psci-suspend-param:
99 idle state nodes with entry-method property is set to "psci", as per
102 [1] Kernel documentation - ARM idle states bindings
103 Documentation/devicetree/bindings/arm/idle-states.txt
107 - compatible
108 - method
111 - if:
118 - cpu_off
119 - cpu_on
122 - |+
128 method = "smc";
135 - |+
140 compatible = "arm,psci-0.2";
141 method = "smc";
145 - |+
157 compatible = "arm,psci-0.2", "arm,psci";
158 method = "hvc";