arm64: dts: renesas: r8a77990: Revise the psci node
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 25 Apr 2018 08:20:10 +0000 (17:20 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 16 May 2018 08:44:39 +0000 (10:44 +0200)
The basic support patch 9491a8b17530 ("arm64: dts: renesas: Add Renesas
R8A77990 SoC support") lacks the compatible "arm,psci-1.0" in the psci
node. So, this patch revises it.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77990.dtsi

index 3a19b9e..19c1f7c 100644 (file)
@@ -50,7 +50,7 @@
        };
 
        psci {
-               compatible = "arm,psci-0.2";
+               compatible = "arm,psci-1.0", "arm,psci-0.2";
                method = "smc";
        };