Skip to content

Commit ac9686a

Browse files
storulfrobherring
authored andcommitted
dt-bindings: arm: Fix cpu compatibles in the hierarchical example for PSCI
Fixes: a3f048b ("dt: psci: Update DT bindings to support hierarchical PSCI states") Signed-off-by: Ulf Hansson <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 8d62d9c commit ac9686a

File tree

1 file changed

+2
-2
lines changed
  • Documentation/devicetree/bindings/arm

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/arm/psci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ examples:
199199
200200
CPU0: cpu@0 {
201201
device_type = "cpu";
202-
compatible = "arm,cortex-a53", "arm,armv8";
202+
compatible = "arm,cortex-a53";
203203
reg = <0x0>;
204204
enable-method = "psci";
205205
power-domains = <&CPU_PD0>;
@@ -208,7 +208,7 @@ examples:
208208
209209
CPU1: cpu@1 {
210210
device_type = "cpu";
211-
compatible = "arm,cortex-a57", "arm,armv8";
211+
compatible = "arm,cortex-a53";
212212
reg = <0x100>;
213213
enable-method = "psci";
214214
power-domains = <&CPU_PD1>;

0 commit comments

Comments
 (0)