Browse Source

Merge pull request #740 from rockchip-linux/rk3399/fixes-cru-typo

rockchip: fixes the wrong CLKSEL_CON count for CRU
pull/743/head
davidcunado-arm 8 years ago
committed by GitHub
parent
commit
4f0b2e81b1
  1. 2
      plat/rockchip/rk3399/drivers/soc/soc.h

2
plat/rockchip/rk3399/drivers/soc/soc.h

@ -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

Loading…
Cancel
Save