Re: [U-Boot] [PATCH] ARM: dts: stm32f4: Fix DT dtc warnings

2018-08-06 Thread Patrice CHOTARD
Hi Tom On 08/06/2018 02:07 PM, Tom Rini wrote: > On Mon, Aug 06, 2018 at 11:25:42AM +0200, Patrice Chotard wrote: >> From: Patrick Delaunay >> >> This patch fix the following warnings for for stm32f429 >> evaluation and discovery boards: >> >> unnecessary #address-cells/#size-cells without "range

Re: [U-Boot] [PATCH] ARM: dts: stm32f4: Fix DT dtc warnings

2018-08-06 Thread Tom Rini
On Mon, Aug 06, 2018 at 11:25:42AM +0200, Patrice Chotard wrote: > From: Patrick Delaunay > > This patch fix the following warnings for for stm32f429 > evaluation and discovery boards: > > unnecessary #address-cells/#size-cells without "ranges" or > child "reg" property > > Signed-off-by: Patri