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

2020-11-02 Thread Rick Chen
> 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

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

2020-10-12 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