arm64: boot: atoll: Fix a few freq inconsistencies

SD720G doesn't have 2400000 frequency, it only goes to 2323200.

Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
[dereference23: Adapted for atoll]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
fourteen
Yaroslav Furman 4 years ago committed by Jenna
parent 8badbc5439
commit 1801bee9d5
  1. 8
      arch/arm64/boot/dts/qcom/atoll.dtsi

@ -3130,7 +3130,7 @@
< 1555200 940800000 >,
< 1708800 1209600000 >,
< 1900800 1401000000 >,
< 2400000 1459000000 >;
< 2323200 1459000000 >;
};
cdsp_cdsp_l3_lat: qcom,cdsp-cdsp-l3-lat {
@ -3179,7 +3179,7 @@
< 1113600 MHZ_TO_MBPS(466, 16) >,
< 1267200 MHZ_TO_MBPS(600, 16) >,
< 1708800 MHZ_TO_MBPS(806, 16) >,
< 2400000 MHZ_TO_MBPS(933, 16) >;
< 2323200 MHZ_TO_MBPS(933, 16) >;
};
cpu0_llcc_ddr_lat: qcom,cpu0-llcc-ddr-lat {
@ -3223,7 +3223,7 @@
< 1267200 MHZ_TO_MBPS(1017, 4) >,
< 1708800 MHZ_TO_MBPS(1555, 4) >,
< 2208000 MHZ_TO_MBPS(1804, 4) >,
< 2400000 MHZ_TO_MBPS(2133, 4) >;
< 2323200 MHZ_TO_MBPS(2133, 4) >;
};
cpu0_cpu_ddr_latfloor: qcom,cpu0-cpu-ddr-latfloor {
@ -3265,7 +3265,7 @@
< 1708800 MHZ_TO_MBPS(1017, 4) >,
< 1900800 MHZ_TO_MBPS(1555, 4) >,
< 2208000 MHZ_TO_MBPS(1804, 4) >,
< 2400000 MHZ_TO_MBPS(2133, 4) >;
< 2323200 MHZ_TO_MBPS(2133, 4) >;
};
suspendable_ddr_bw_opp_table: suspendable-ddr-bw-opp-table {

Loading…
Cancel
Save