- [MEM] Replace 1331.2 MHz with 1600 MHz
- [MEM] Update timings - [CPU] (Auto-)Boost freq is now 1785 MHz - [Sys-clk-OC] Add charging and fast charging toggles in overlay
This commit is contained in:
@@ -11,22 +11,22 @@
|
||||
#include <sysclk/apm.h>
|
||||
|
||||
SysClkApmConfiguration sysclk_g_apm_configurations[] = {
|
||||
{0x00010000, 1020000000, 384000000, 1600000000},
|
||||
{0x00010001, 1020000000, 768000000, 1600000000},
|
||||
{0x00010002, 1224000000, 691200000, 1600000000},
|
||||
{0x00020000, 1020000000, 230400000, 1600000000},
|
||||
{0x00020001, 1020000000, 307200000, 1600000000},
|
||||
{0x00020002, 1224000000, 230400000, 1600000000},
|
||||
{0x00020003, 1020000000, 307200000, 1331200000},
|
||||
{0x00020004, 1020000000, 384000000, 1331200000},
|
||||
{0x00020005, 1020000000, 307200000, 1065600000},
|
||||
{0x00020006, 1020000000, 384000000, 1065600000},
|
||||
{0x92220007, 1020000000, 460800000, 1600000000},
|
||||
{0x92220008, 1020000000, 460800000, 1331200000},
|
||||
{0x92220009, 1963500000, 76800000, 1600000000},
|
||||
{0x9222000A, 1963500000, 76800000, 1331200000},
|
||||
{0x9222000B, 1020000000, 76800000, 1600000000},
|
||||
{0x9222000C, 1020000000, 76800000, 1331200000},
|
||||
{0x00010000, 1020000000, 384000000, 1862400000},
|
||||
{0x00010001, 1020000000, 768000000, 1862400000},
|
||||
{0x00010002, 1224000000, 691200000, 1862400000},
|
||||
{0x00020000, 1020000000, 230400000, 1862400000},
|
||||
{0x00020001, 1020000000, 307200000, 1862400000},
|
||||
{0x00020002, 1224000000, 230400000, 1862400000},
|
||||
{0x00020003, 1020000000, 307200000, 1600000000},
|
||||
{0x00020004, 1020000000, 384000000, 1600000000},
|
||||
{0x00020005, 1020000000, 307200000, 1600000000},
|
||||
{0x00020006, 1020000000, 384000000, 1600000000},
|
||||
{0x92220007, 1020000000, 460800000, 1862400000},
|
||||
{0x92220008, 1020000000, 460800000, 1600000000},
|
||||
{0x92220009, 1785000000, 76800000, 1862400000},
|
||||
{0x9222000A, 1785000000, 76800000, 1600000000},
|
||||
{0x9222000B, 1020000000, 76800000, 1862400000},
|
||||
{0x9222000C, 1020000000, 76800000, 1600000000},
|
||||
{0, 0, 0, 0},
|
||||
};
|
||||
|
||||
|
||||
@@ -15,11 +15,11 @@ uint32_t sysclk_g_freq_table_mem_hz[] = {
|
||||
// 665600000,
|
||||
// 800000000,
|
||||
// 1065600000,
|
||||
1331200000,
|
||||
// 1331200000,
|
||||
1600000000,
|
||||
// 1728000000,
|
||||
// 1795200000,
|
||||
// 1862400000,
|
||||
1862400000, // Max Hz
|
||||
// 1894400000,
|
||||
// 1932800000,
|
||||
// 1996800000,
|
||||
|
||||
Reference in New Issue
Block a user