OSDN Git Service

dt-bindings: arm: Fix cpu compatibles in the hierarchical example for PSCI
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 3 Mar 2020 15:07:44 +0000 (16:07 +0100)
committerRob Herring <robh@kernel.org>
Wed, 4 Mar 2020 14:47:53 +0000 (08:47 -0600)
Fixes: a3f048b5424e ("dt: psci: Update DT bindings to support hierarchical PSCI states")
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/arm/psci.yaml

index f8218e6..540211a 100644 (file)
@@ -199,7 +199,7 @@ examples:
 
       CPU0: cpu@0 {
         device_type = "cpu";
-        compatible = "arm,cortex-a53", "arm,armv8";
+        compatible = "arm,cortex-a53";
         reg = <0x0>;
         enable-method = "psci";
         power-domains = <&CPU_PD0>;
@@ -208,7 +208,7 @@ examples:
 
       CPU1: cpu@1 {
         device_type = "cpu";
-        compatible = "arm,cortex-a57", "arm,armv8";
+        compatible = "arm,cortex-a53";
         reg = <0x100>;
         enable-method = "psci";
         power-domains = <&CPU_PD1>;