Re: [U-Boot] [PATCH 2/6] ram: stm32: get base address from DT

2017-07-18 Thread Patrice CHOTARD
Hi Simon On 07/18/2017 04:00 PM, Simon Glass wrote: > On 13 July 2017 at 06:49, wrote: >> From: Patrice Chotard >> >> Retrieve RAM base address from DT instead of using STM32_SDRAM_FMC >> >> For STM32F7, FMC block base address is 0xA000, but SDRAM >> registers are located at offset 0x140 in

Re: [U-Boot] [PATCH 2/6] ram: stm32: get base address from DT

2017-07-18 Thread Simon Glass
On 13 July 2017 at 06:49, wrote: > From: Patrice Chotard > > Retrieve RAM base address from DT instead of using STM32_SDRAM_FMC > > For STM32F7, FMC block base address is 0xA000, but SDRAM > registers are located at offset 0x140 inside FMC block. > Update the stm32_fmc_regs fields with all F

[U-Boot] [PATCH 2/6] ram: stm32: get base address from DT

2017-07-13 Thread patrice.chotard
From: Patrice Chotard Retrieve RAM base address from DT instead of using STM32_SDRAM_FMC For STM32F7, FMC block base address is 0xA000, but SDRAM registers are located at offset 0x140 inside FMC block. Update the stm32_fmc_regs fields with all FMC registers to map SDRAM registers at the righ