rk3168: fix cpu_div default set error

This commit is contained in:
chenxing
2013-08-02 17:49:53 +08:00
parent 1428781714
commit 3b17288bab

View File

@@ -3241,6 +3241,7 @@ static void cpu_axi_init(void)
pclk_cpu_rate = aclk_cpu_rate >> 2;
break;
default:
cpu_div_rate = 150 * MHZ;
aclk_cpu_rate = 150 * MHZ;
hclk_cpu_rate = 150 * MHZ;
pclk_cpu_rate = 75 * MHZ;