Re: [PATCH] sunxi: spl: Fix H616 clock initialization

2021-01-31 Thread Jernej Škrabec
Dne ponedeljek, 01. februar 2021 ob 01:46:22 CET je Andre Przywara napisal(a): > On Sun, 31 Jan 2021 21:25:39 +0100 > Jernej Skrabec wrote: > > Hi Jernej, > > > It turns out that there is a magic bit in PRCM region which seemingly > > makes PLLs work if it's enabled. Sadly, there is no documenta

Re: [PATCH] sunxi: spl: Fix H616 clock initialization

2021-01-31 Thread Andre Przywara
On Sun, 31 Jan 2021 21:25:39 +0100 Jernej Skrabec wrote: Hi Jernej, > It turns out that there is a magic bit in PRCM region which seemingly > makes PLLs work if it's enabled. Sadly, there is no documentation what > it does exactly, so we'll just mimick BSP boot0 behaviour and enable it > before

[PATCH] sunxi: spl: Fix H616 clock initialization

2021-01-31 Thread Jernej Skrabec
It turns out that there is a magic bit in PRCM region which seemingly makes PLLs work if it's enabled. Sadly, there is no documentation what it does exactly, so we'll just mimick BSP boot0 behaviour and enable it before any clock is set up. Fixes: b18bd53d6cde ("sunxi: introduce support for H616 c