Re: [U-Boot] [PATCH 02/22] sandbox: Correct device tree 'reg' properties for I2C and SPI

2015-03-04 Thread Simon Glass
Hi Bin, On 25 February 2015 at 01:20, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Feb 19, 2015 at 5:10 AM, Simon Glass s...@chromium.org wrote: These are missing a size value. Add one in each case. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts |

Re: [U-Boot] [PATCH 02/22] sandbox: Correct device tree 'reg' properties for I2C and SPI

2015-02-25 Thread Bin Meng
Hi Simon, On Thu, Feb 19, 2015 at 5:10 AM, Simon Glass s...@chromium.org wrote: These are missing a size value. Add one in each case. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 02/22] sandbox: Correct device tree 'reg' properties for I2C and SPI

2015-02-18 Thread Simon Glass
These are missing a size value. Add one in each case. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 9ce31bf..1ccfdee 100644