Re: [U-Boot] [PATCH v1 4/5] arm: at91: smartweb: add DM and DTS support

2016-06-25 Thread Andreas Bießmann
On 25.05.16 07:23, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann > --- > > arch/arm/dts/Makefile | 3 +- > arch/arm/dts/at91sam9260-smartweb.dts | 110 > ++ >

[U-Boot] [PATCH v1 4/5] arm: at91: smartweb: add DM and DTS support

2016-05-24 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/at91sam9260-smartweb.dts | 110 ++ arch/arm/mach-at91/Kconfig| 4 ++ board/siemens/smartweb/smartweb.c | 32 --