Re: [U-Boot] [PATCH 3/6] ram: stm32: replace fdtdec_get by ofnode calls

2017-07-18 Thread Simon Glass
On 13 July 2017 at 06:49, wrote: > From: Patrice Chotard > > Replace all fdtdec_get..() calls by ofnode_read...() or dev_read..(). > This will allow drivers to support a live device tree. > > Signed-off-by: Patrice Chotard > --- > drivers/ram/stm32_sdram.c | 83 > +++--

[U-Boot] [PATCH 3/6] ram: stm32: replace fdtdec_get by ofnode calls

2017-07-13 Thread patrice.chotard
From: Patrice Chotard Replace all fdtdec_get..() calls by ofnode_read...() or dev_read..(). This will allow drivers to support a live device tree. Signed-off-by: Patrice Chotard --- drivers/ram/stm32_sdram.c | 83 +++ 1 file changed, 47 insertions(+)