Sys-clk-OC: fix typo in apm 0x20003: 307000000 -> 307200000

This commit is contained in:
KazushiM
2021-09-23 02:15:19 +08:00
parent f43bdea8ba
commit 5edf6e75b0

View File

@@ -17,7 +17,7 @@ SysClkApmConfiguration sysclk_g_apm_configurations[] = {
{0x00020000, 1020000000, 230400000, 1600000000},
{0x00020001, 1020000000, 307200000, 1600000000},
{0x00020002, 1224000000, 230400000, 1600000000},
{0x00020003, 1020000000, 307000000, 1331200000},
{0x00020003, 1020000000, 307200000, 1331200000},
{0x00020004, 1020000000, 384000000, 1331200000},
{0x00020005, 1020000000, 307200000, 1065600000},
{0x00020006, 1020000000, 384000000, 1065600000},