mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dtsi: rk3228: add psci support
This is just add psci code into kernel, if you want to enable psci, you must add psci=enable in the Command Line. Change-Id: Iaf0e0116cbaba0d210cb99d59c0ee82768bf54bb Signed-off-by: Jianhong Chen <chenjh@rock-chips.com>
This commit is contained in:
@@ -47,6 +47,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
psci {
|
||||
compatible = "arm,psci";
|
||||
method = "smc";
|
||||
cpu_suspend = <0x84000001>;
|
||||
cpu_off = <0x84000002>;
|
||||
cpu_on = <0x84000003>;
|
||||
};
|
||||
|
||||
gic: interrupt-controller@32010000 {
|
||||
compatible = "arm,cortex-a15-gic";
|
||||
interrupt-controller;
|
||||
|
||||
Reference in New Issue
Block a user