Re: [U-Boot] [PATCH v3 06/12] x86: spi: Add device tree support

2015-01-24 Thread Simon Glass
On 19 January 2015 at 22:16, Simon Glass wrote: > As a temporary measure before the ICH driver moves over to driver model, > add device tree support to the driver. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > drivers/spi/ich.c| 7 +++ > i

[U-Boot] [PATCH v3 06/12] x86: spi: Add device tree support

2015-01-19 Thread Simon Glass
As a temporary measure before the ICH driver moves over to driver model, add device tree support to the driver. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/spi/ich.c| 7 +++ include/configs/x86-common.h | 1 + 2 files changed, 8 insertions(+)