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

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

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>

authored by

Ulf Hansson and committed by
Rob Herring
ac9686a9 8d62d9c4

+2 -2
+2 -2
Documentation/devicetree/bindings/arm/psci.yaml
··· 199 199 200 200 CPU0: cpu@0 { 201 201 device_type = "cpu"; 202 - compatible = "arm,cortex-a53", "arm,armv8"; 202 + compatible = "arm,cortex-a53"; 203 203 reg = <0x0>; 204 204 enable-method = "psci"; 205 205 power-domains = <&CPU_PD0>; ··· 208 208 209 209 CPU1: cpu@1 { 210 210 device_type = "cpu"; 211 - compatible = "arm,cortex-a57", "arm,armv8"; 211 + compatible = "arm,cortex-a53"; 212 212 reg = <0x100>; 213 213 enable-method = "psci"; 214 214 power-domains = <&CPU_PD1>;