Commit a1dccdd6 authored by Caesar Wang's avatar Caesar Wang
Browse files

rockchip: fixes the wrong CLKSEL_CON count for CRU



The CRU_CLKSEL_COUNT value is 108, not 0x108.
Signed-off-by: default avatarCaesar Wang <wxt@rock-chips.com>
Change-Id: Ib9db066b8b3ecafcee7f645dd5633b55a808e3d7
parent 97fa6f57
......@@ -64,7 +64,7 @@
#define PLL_NO_BYPASS_MODE WMSK_BIT(PLL_BYPASS_SHIFT)
#define PLL_CON_COUNT 0x06
#define CRU_CLKSEL_COUNT 0x108
#define CRU_CLKSEL_COUNT 108
#define CRU_CLKSEL_CON(n) (0x100 + (n) * 4)
#define PMUCRU_CLKSEL_CONUT 0x06
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment