mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: ux500: Adjust operating points to reality
The operating points should correspond to the actual frequencies supported for the CPU. Other patches have fixed so these are rounded and reported properly, this fixes the device trees to match. The Codina variant has a lower frequency than other devices so indicate this in the device tree. Cc: phone-devel@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
/ {
|
||||
cpus {
|
||||
cpu@300 {
|
||||
/* cpufreq controls */
|
||||
operating-points = <998400 0
|
||||
800000 0
|
||||
400000 0
|
||||
200000 0>;
|
||||
798720 0
|
||||
399360 0
|
||||
199680 0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -5,11 +5,10 @@
|
||||
/ {
|
||||
cpus {
|
||||
cpu@300 {
|
||||
/* cpufreq controls */
|
||||
operating-points = <1152000 0
|
||||
800000 0
|
||||
400000 0
|
||||
200000 0>;
|
||||
798720 0
|
||||
399360 0
|
||||
199680 0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -5,11 +5,10 @@
|
||||
/ {
|
||||
cpus {
|
||||
cpu@300 {
|
||||
/* cpufreq controls */
|
||||
operating-points = <1152000 0
|
||||
800000 0
|
||||
400000 0
|
||||
200000 0>;
|
||||
operating-points = <998400 0
|
||||
798720 0
|
||||
399360 0
|
||||
199680 0>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -27,6 +27,18 @@
|
||||
model = "Samsung Galaxy Ace 2 (GT-I8160)";
|
||||
compatible = "samsung,codina", "st-ericsson,u8500";
|
||||
|
||||
cpus {
|
||||
cpu@300 {
|
||||
/*
|
||||
* This has a frequency cap at ~800 MHz in the firmware.
|
||||
* (Changing this number here will not overclock it.)
|
||||
*/
|
||||
operating-points = <798720 0
|
||||
399360 0
|
||||
199680 0>;
|
||||
};
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &serial2;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user