summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ste-db8500.dtsi
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-08-02 01:30:14 +0200
committerLinus Walleij <linus.walleij@linaro.org>2021-08-02 01:41:59 +0200
commitfe2fc0fd379371af510caf39181460f2eed4c35b (patch)
treedd514556abd15b678a722215596d40d7b31d93e4 /arch/arm/boot/dts/ste-db8500.dtsi
parentARM: dts: ux500: Add a device tree for Kyle (diff)
downloadlinux-fe2fc0fd379371af510caf39181460f2eed4c35b.tar.xz
linux-fe2fc0fd379371af510caf39181460f2eed4c35b.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/ste-db8500.dtsi')
-rw-r--r--arch/arm/boot/dts/ste-db8500.dtsi7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/ste-db8500.dtsi b/arch/arm/boot/dts/ste-db8500.dtsi
index 344d29853bf7..b5b8ba9be55e 100644
--- a/arch/arm/boot/dts/ste-db8500.dtsi
+++ b/arch/arm/boot/dts/ste-db8500.dtsi
@@ -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>;
};
};