Skip to content

Commit

Permalink
arm: dts: k3-am625-verdin-r5: Change CPU frequency to 800MHz
Browse files Browse the repository at this point in the history
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: 8fb8a6d ("arm: dts: k3-am625-verdin-r5:Change CPU frequency to 1000MHz")
Signed-off-by: Joao Paulo Goncalves <[email protected]>
  • Loading branch information
JPSGoncalves authored and trini committed Mar 22, 2024
1 parent f0e997d commit 2bb1824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/dts/k3-am625-verdin-r5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 2bb1824

Please sign in to comment.