提交 12e51557 编写于 作者: G Gaku Inami 提交者: Simon Horman

arm64: dts: r8a7795: Add PSCI node

Add PSCI node for r8a7795 SoC, and cpu node enable-method property is
set to "psci".
Signed-off-by: NGaku Inami <gaku.inami.xw@bp.renesas.com>
Signed-off-by: NTakeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: NDirk Behme <dirk.behme@gmail.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 8a8f181d
...@@ -26,6 +26,11 @@ ...@@ -26,6 +26,11 @@
i2c6 = &i2c6; i2c6 = &i2c6;
}; };
psci {
compatible = "arm,psci-0.2";
method = "smc";
};
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -35,6 +40,7 @@ ...@@ -35,6 +40,7 @@
compatible = "arm,cortex-a57", "arm,armv8"; compatible = "arm,cortex-a57", "arm,armv8";
reg = <0x0>; reg = <0x0>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册