Re: [PATCH 3/5] board: ti: am62x: Use fdt functions for ram and bank init

2022-07-06 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:32PM +0300, Georgi Vlaev wrote: > Use the appropriate fdtdec_setup_mem_size_base() call in > dram_init() and fdtdec_setup_bank_size() in dram_bank_init() > to pull these values from DT, where they are already available, > instead of hardcoding them. > > Signed-off-by

Re: [PATCH 3/5] board: ti: am62x: Use fdt functions for ram and bank init

2022-06-16 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:32PM +0300, Georgi Vlaev wrote: > Use the appropriate fdtdec_setup_mem_size_base() call in > dram_init() and fdtdec_setup_bank_size() in dram_bank_init() > to pull these values from DT, where they are already available, > instead of hardcoding them. > > Signed-off-by

[PATCH 3/5] board: ti: am62x: Use fdt functions for ram and bank init

2022-06-14 Thread Georgi Vlaev
Use the appropriate fdtdec_setup_mem_size_base() call in dram_init() and fdtdec_setup_bank_size() in dram_bank_init() to pull these values from DT, where they are already available, instead of hardcoding them. Signed-off-by: Georgi Vlaev --- board/ti/am62x/evm.c | 11 ++- 1 file changed,