Re: Allwinner H3/H5: PLL1 (CPU_PLL) setting

2020-08-25 Thread SASANO Takayoshi
Hi, I thought to avoid false-LOCKed situation but I didn't consider about false-unLOCKed. So same as adr says, it is the best solution to wait simply with delay(PLL_STABLE_TIME_REG1 usec). No need to refer LOCK flag. Here is renewed diff. I also tested on Banana Pi BPI-P2 (Allwinner H2+). This di

Re: Allwinner H3/H5: PLL1 (CPU_PLL) setting

2020-08-25 Thread Mark Kettenis
> Date: Tue, 25 Aug 2020 18:36:03 +0900 > From: SASANO Takayoshi > > Hi, > > I thought to avoid false-LOCKed situation but I didn't consider > about false-unLOCKed. So same as adr says, it is the best solution > to wait simply with delay(PLL_STABLE_TIME_REG1 usec). No need to refer > LOCK flag.