]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: r8a7795: Add PSCI node
authorGaku Inami <gaku.inami.xw@bp.renesas.com>
Fri, 4 Dec 2015 13:38:51 +0000 (14:38 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 18 Dec 2015 01:07:27 +0000 (10:07 +0900)
Add PSCI node for r8a7795 SoC, and cpu node enable-method property is
set to "psci".

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7795.dtsi

index b1902ea1dae4cd23eebb94515f8bc86edfe4a667..051ff143506e84ae4b6fbd38021f06728234c5cb 100644 (file)
                i2c6 = &i2c6;
        };
 
+       psci {
+               compatible = "arm,psci-0.2";
+               method = "smc";
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
@@ -35,6 +40,7 @@
                        compatible = "arm,cortex-a57", "arm,armv8";
                        reg = <0x0>;
                        device_type = "cpu";
+                       enable-method = "psci";
                };
        };