Re: [PATCH v3 1/3] ARM: dts: imx: Pass empty memory size on board dts

2018-02-04 Thread Shawn Guo
On Wed, Jan 24, 2018 at 11:22:12AM -0200, Marco Franchi wrote: > In preparation for removing 'reg = <0 0>;' from the dtsi SoC files, pass > 'reg = <0 0 >;' to the dts/dtsi board files that do not pass the memory > size. > > Signed-off-by: Marco Franchi Applied all, thanks.

Re: [PATCH v3 1/3] ARM: dts: imx: Pass empty memory size on board dts

2018-02-02 Thread Fabio Estevam
On Wed, Jan 24, 2018 at 11:22 AM, Marco Franchi wrote: > In preparation for removing 'reg = <0 0>;' from the dtsi SoC files, pass > 'reg = <0 0 >;' to the dts/dtsi board files that do not pass the memory > size. > > Signed-off-by: Marco Franchi Reviewed-by: Fabio Estevam

[PATCH v3 1/3] ARM: dts: imx: Pass empty memory size on board dts

2018-01-24 Thread Marco Franchi
In preparation for removing 'reg = <0 0>;' from the dtsi SoC files, pass 'reg = <0 0 >;' to the dts/dtsi board files that do not pass the memory size. Signed-off-by: Marco Franchi --- Change since v2: -change 'memory@0 {' to 'memory {' arch/arm/boot/dts/imx51-zii-rdu1.dts | 5 + arch