diff --git a/src/rhd_pll.c b/src/rhd_pll.c index 45ab03a..b55b7e7 100644 --- a/src/rhd_pll.c +++ b/src/rhd_pll.c @@ -732,8 +732,8 @@ RV620PLL1Power(struct rhdPLL *PLL, int Power) RHDRegMask(PLL, P1PLL_CNTL, 0x01, 0x01); /* Reset */ usleep(2); - RHDRegMask(PLL, P1PLL_CNTL, 0x02, 0x02); /* Power down */ - usleep(200); + //RHDRegMask(PLL, P1PLL_CNTL, 0x02, 0x02); /* Power down */ + //usleep(200); return; }