projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84d7bf
)
ARM: dts: owl-s500: Set CPU enable-method
author
Andreas Färber
<afaerber@suse.de>
Sun, 26 Feb 2017 16:24:54 +0000
(17:24 +0100)
committer
Andreas Färber
<afaerber@suse.de>
Mon, 19 Jun 2017 16:36:33 +0000
(18:36 +0200)
Use a custom S500 enable-method for all CPUs.
Signed-off-by: Andreas Färber <afaerber@suse.de>
arch/arm/boot/dts/owl-s500.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/owl-s500.dtsi
b/arch/arm/boot/dts/owl-s500.dtsi
index fc9f71a4106ab5d3a45c54a736f75256c4678575..6d6024027ee2f936b41e473a5554d4b5c272d82e 100644
(file)
--- a/
arch/arm/boot/dts/owl-s500.dtsi
+++ b/
arch/arm/boot/dts/owl-s500.dtsi
@@
-28,24
+28,28
@@
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0x0>;
+ enable-method = "actions,s500-smp";
};
cpu1: cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0x1>;
+ enable-method = "actions,s500-smp";
};
cpu2: cpu@2 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0x2>;
+ enable-method = "actions,s500-smp";
};
cpu3: cpu@3 {
device_type = "cpu";
compatible = "arm,cortex-a9";
reg = <0x3>;
+ enable-method = "actions,s500-smp";
};
};