Commit ac9686a9 authored by Ulf Hansson's avatar Ulf Hansson Committed by Rob Herring
Browse files

dt-bindings: arm: Fix cpu compatibles in the hierarchical example for PSCI



Fixes: a3f048b5 ("dt: psci: Update DT bindings to support hierarchical PSCI states")
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 8d62d9c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -199,7 +199,7 @@ examples:


      CPU0: cpu@0 {
      CPU0: cpu@0 {
        device_type = "cpu";
        device_type = "cpu";
        compatible = "arm,cortex-a53", "arm,armv8";
        compatible = "arm,cortex-a53";
        reg = <0x0>;
        reg = <0x0>;
        enable-method = "psci";
        enable-method = "psci";
        power-domains = <&CPU_PD0>;
        power-domains = <&CPU_PD0>;
@@ -208,7 +208,7 @@ examples:


      CPU1: cpu@1 {
      CPU1: cpu@1 {
        device_type = "cpu";
        device_type = "cpu";
        compatible = "arm,cortex-a57", "arm,armv8";
        compatible = "arm,cortex-a53";
        reg = <0x100>;
        reg = <0x100>;
        enable-method = "psci";
        enable-method = "psci";
        power-domains = <&CPU_PD1>;
        power-domains = <&CPU_PD1>;