arm: total_compute: enable psci

psci is used for system reset

Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
This commit is contained in:
Davidson K 2022-08-09 15:56:52 +05:30 committed by Tom Rini
parent 11d8439e09
commit 42f051ceb6

View File

@ -45,4 +45,8 @@
clock-frequency = <24000000>;
clock-output-names = "bp:clock24mhz";
};
psci {
compatible = "arm,psci-1.0", "arm,psci-0.2";
method = "smc";
};
};