]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am625-verdin-r5: Change CPU frequency to 800MHz
authorJoao Paulo Goncalves <joao.goncalves@toradex.com>
Tue, 19 Mar 2024 14:04:27 +0000 (11:04 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2024 15:10:44 +0000 (11:10 -0400)
The lowest speed grade of Toradex AM62 SoMs is K speed, resulting in a
max value of 800MHz for the CPU operating frequency. A solution with
runtime selection of the CPU frequency is already planned to avoid these
kinds of problems in the future.

Fixes: 8fb8a6d49977 ("arm: dts: k3-am625-verdin-r5:Change CPU frequency to 1000MHz")
Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
arch/arm/dts/k3-am625-verdin-r5.dts

index 6b03e7405afab878ef6e457f843cdcc7058989c4..2b333e70f5c836512edc7bda273693099b3b3659 100644 (file)
@@ -23,7 +23,7 @@
                 */
                assigned-clocks = <&k3_clks 61 0>, <&k3_clks 135 0>, <&k3_clks 157 20>;
                assigned-clock-parents = <&k3_clks 61 2>, <0>, <&k3_clks 157 22>;
-               assigned-clock-rates = <200000000>, <1000000000>, <25000000>;
+               assigned-clock-rates = <200000000>, <800000000>, <25000000>;
                clocks = <&k3_clks 61 0>;
                power-domains = <&k3_pds 61 TI_SCI_PD_EXCLUSIVE>,
                                <&k3_pds 135 TI_SCI_PD_EXCLUSIVE>,