Re: [PATCH 1/4] rockchip: gru: Set up SoC IO domain registers

2021-12-09 Thread Alper Nebi Yasak
On 09/12/2021 05:32, Simon Glass wrote: > On Tue, 7 Dec 2021 at 13:31, Alper Nebi Yasak > wrote: >> On 03/12/2021 06:31, Simon Glass wrote: >>> On Thu, 25 Nov 2021 at 10:40, Alper Nebi Yasak >>> wrote: The RK3399 SoC needs to know the voltage value provided by some regulators, which

Re: [PATCH 1/4] rockchip: gru: Set up SoC IO domain registers

2021-12-08 Thread Simon Glass
Hi Alper, On Tue, 7 Dec 2021 at 13:31, Alper Nebi Yasak wrote: > > On 03/12/2021 06:31, Simon Glass wrote: > > On Thu, 25 Nov 2021 at 10:40, Alper Nebi Yasak > > wrote: > >> The RK3399 SoC needs to know the voltage value provided by some > >> regulators, which is done by setting relevant

Re: [PATCH 1/4] rockchip: gru: Set up SoC IO domain registers

2021-12-07 Thread Alper Nebi Yasak
On 03/12/2021 06:31, Simon Glass wrote: > On Thu, 25 Nov 2021 at 10:40, Alper Nebi Yasak > wrote: >> The RK3399 SoC needs to know the voltage value provided by some >> regulators, which is done by setting relevant register bits. Configure >> these the way other RK3399 boards do, but with values

Re: [PATCH 1/4] rockchip: gru: Set up SoC IO domain registers

2021-12-02 Thread Simon Glass
Hi Alper, On Thu, 25 Nov 2021 at 10:40, Alper Nebi Yasak wrote: > > The RK3399 SoC needs to know the voltage value provided by some > regulators, which is done by setting relevant register bits. Configure > these the way other RK3399 boards do, but with values set in coreboot. What do you mean

[PATCH 1/4] rockchip: gru: Set up SoC IO domain registers

2021-11-25 Thread Alper Nebi Yasak
The RK3399 SoC needs to know the voltage value provided by some regulators, which is done by setting relevant register bits. Configure these the way other RK3399 boards do, but with values set in coreboot. Signed-off-by: Alper Nebi Yasak --- There is a driver for this on Rockchip's repo, I