Re: [PATCH 06/10] ram: Add driver for K210 SRAM

2020-10-07 Thread Simon Glass
On Tue, 29 Sep 2020 at 08:18, Sean Anderson wrote: > > This adds a driver to handle enabling the clock for the AI SRAM. This was > previously done in board_init, but it needs to happen before relocation > now. An alternative would be to move this to board_init_early_f, but by > doing it this way w

[PATCH 06/10] ram: Add driver for K210 SRAM

2020-09-29 Thread Sean Anderson
This adds a driver to handle enabling the clock for the AI SRAM. This was previously done in board_init, but it needs to happen before relocation now. An alternative would be to move this to board_init_early_f, but by doing it this way we can use clk_bulk. Signed-off-by: Sean Anderson --- MAINT