repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
arch
/
arm64
/
boot
/
dts
/
arm
/
foundation-v8-psci.dtsi
blob
16cdf395728bce96c70a76f793a6f86832f9de3d
1
/*
2
* ARM Ltd.
3
*
4
* ARMv8 Foundation model DTS (PSCI configuration)
5
*/
6
7
/ {
8
psci {
9
compatible = "arm,psci-1.0";
10
method = "smc";
11
};
12
};
13
14
&cpu0 {
15
enable-method = "psci";
16
};
17
18
&cpu1 {
19
enable-method = "psci";
20
};
21
22
&cpu2 {
23
enable-method = "psci";
24
};
25
26
&cpu3 {
27
enable-method = "psci";
28
};