modify clock rate from int to unsigned int.

When clock is large than 2GHz, clock rate will overflow for using
int type. So change clock rate type to unsigned int. Then clock
rate can reach 4GHz.

Signed-off-by: Shaojie Sun <shaojie.sun@linaro.com>
1 file changed